diff -Nru ubuntu-themes-14.04+14.04.20140311/Ambiance/gtk-3.0/apps/unity.css ubuntu-themes-14.04+14.04.20140311.1/Ambiance/gtk-3.0/apps/unity.css --- ubuntu-themes-14.04+14.04.20140311/Ambiance/gtk-3.0/apps/unity.css 2014-03-11 08:22:43.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Ambiance/gtk-3.0/apps/unity.css 2014-03-11 18:50:24.000000000 +0000 @@ -1,15 +1,15 @@ /* Decorations */ UnityDecoration { - -UnityDecoration-extents: 28px 1px 1px 1px; + -UnityDecoration-extents: 28px 0 0 0; -UnityDecoration-input-extents: 10px; -UnityDecoration-shadow-offset-x: 1px; - -UnityDecoration-shadow-offset-y: 1px; - -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.647); - -UnityDecoration-active-shadow-radius: 15px; - -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.647); - -UnityDecoration-inactive-shadow-radius: 10px; + -UnityDecoration-shadow-offset-y: 5px; + -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.75); + -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); @@ -20,13 +20,13 @@ } UnityDecoration.top { - border: 1px solid rgba (0, 1, 8, 0.3176); /* shade (@dark_bg_color, 1.04) - shade (@dark_bg_color, 1.5) */ + border: 1px solid rgba (0, 3, 5, 0.03); /* shade (@dark_bg_color, 1.04) - shade (@dark_bg_color, 1.5) */ border-bottom-width: 0; - border-radius: 8px 8px 0 0; - padding: 1px 8px 0 8px; + 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 (@dark_bg_color, 1.8), inset 0 0 transparent; + inset 0 1px shade (@dark_bg_color, 1.6), inset 0 0 transparent; background-color: transparent; background-clip: border-box; @@ -39,7 +39,7 @@ } UnityDecoration.top:backdrop { - border: 1px solid rgba (14, 13, 0, 0.098); /* @dark_bg_color - shade (#474642, 0.92) */; + border: 1px solid rgba (14, 13, 0, 0.03); /* @dark_bg_color - shade (#474642, 0.92) */; border-bottom-width: 0; background-color: transparent; background-clip: border-box; diff -Nru ubuntu-themes-14.04+14.04.20140311/Ambiance/gtk-3.0/gtk-widgets.css ubuntu-themes-14.04+14.04.20140311.1/Ambiance/gtk-3.0/gtk-widgets.css --- ubuntu-themes-14.04+14.04.20140311/Ambiance/gtk-3.0/gtk-widgets.css 2014-03-11 08:23:50.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Ambiance/gtk-3.0/gtk-widgets.css 2014-03-11 18:50:35.000000000 +0000 @@ -290,6 +290,9 @@ /* Middle button */ .linked .entry, +.linked .entry:active, +.linked .entry:focus, +.linked .entry:focus:active, .linked .button, .linked .button:active, .linked .button:active:hover, @@ -306,12 +309,17 @@ /* Leftmost button */ .linked .entry:first-child, +.linked .entry:active:first-child, +.linked .entry:focus:first-child, +.linked .entry:focus:active:first-child, .linked .button:first-child, .linked .button:active:first-child, .linked .button:active:hover:first-child, .linked .button:focus:first-child, .linked .button:focus:active:first-child, -.linked .button:insensitive:first-child { +.linked .button:insensitive:first-child, +.linked .button:backdrop:first-child, +.linked .button:active:backdrop:first-child { border-width: 1px; border-right-width: 0; border-image-width: 10px 0 10px 12px; @@ -322,12 +330,17 @@ /* Rightmost button */ .linked .entry:last-child, +.linked .entry:active:last-child, +.linked .entry:focus:last-child, +.linked .entry:focus:active:last-child, .linked .button:last-child, .linked .button:active:last-child, .linked .button:active:hover:last-child, .linked .button:focus:last-child, .linked .button:focus:active:last-child, -.linked .button:insensitive:last-child { +.linked .button:insensitive:last-child, +.linked .button:backdrop:last-child, +.linked .button:active:backdrop:last-child { border-width: 1px; border-left-width: 0; border-image-width: 10px 12px 10px 0; @@ -338,12 +351,17 @@ /* Linked single button */ .linked .entry:only-child, +.linked .entry:active:only-child, +.linked .entry:focus:only-child, +.linked .entry:focus:active:only-child, .linked .button:only-child, .linked .button:active:only-child, .linked .button:active:hover:only-child, .linked .button:focus:only-child, .linked .button:focus:active:only-child, -.linked .button:insensitive:only-child { +.linked .button:insensitive:only-child, +.linked .button:backdrop:only-child, +.linked .button:active:backdrop:only-child { border-right-width: 1px; border-left-width: 1px; border-image-width: 10px 12px 10px 12px; @@ -2031,23 +2049,6 @@ to (shade (@dark_bg_color, 1.02))); } -.primary-toolbar .entry, -.primary-toolbar .entry:active, -.primary-toolbar .entry:focused, -.menubar.toolbar .entry, -.menubar.toolbar .entry:active, -.menubar.toolbar .entry:focused, -.header-bar .entry, -.header-bar .entry:active, -.header-bar .entry:focused { - border-radius: 9px; - -/* background-color: @dark_bg_color; - background-image: none; - - background-clip: border-box;*/ -} - .primary-toolbar GtkSeparatorToolItem, .primary-toolbar .separator, .primary-toolbar .separator:insensitive, @@ -2190,6 +2191,7 @@ border-style: solid; border-width: 1px; + background-color: transparent; color: @tooltip_fg_color; } Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/close_focused_normal.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/close_focused_normal.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/close_focused_prelight.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/close_focused_prelight.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/close_focused_pressed.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/close_focused_pressed.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/close.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/close.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/close_unfocused.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/close_unfocused.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/close_unfocused_prelight.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/close_unfocused_prelight.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/close_unfocused_pressed.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/close_unfocused_pressed.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/maximize_focused_normal.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/maximize_focused_normal.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/maximize_focused_prelight.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/maximize_focused_prelight.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/maximize_focused_pressed.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/maximize_focused_pressed.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/maximize.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/maximize.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/maximize_unfocused.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/maximize_unfocused.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/maximize_unfocused_prelight.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/maximize_unfocused_prelight.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/maximize_unfocused_pressed.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/maximize_unfocused_pressed.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/minimize_focused_normal.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/minimize_focused_normal.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/minimize_focused_prelight.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/minimize_focused_prelight.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/minimize_focused_pressed.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/minimize_focused_pressed.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/minimize.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/minimize.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/minimize_unfocused.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/minimize_unfocused.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/minimize_unfocused_prelight.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/minimize_unfocused_prelight.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/minimize_unfocused_pressed.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/minimize_unfocused_pressed.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/unmaximize_focused_normal.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/unmaximize_focused_normal.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/unmaximize_focused_prelight.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/unmaximize_focused_prelight.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/unmaximize_focused_pressed.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/unmaximize_focused_pressed.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/unmaximize.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/unmaximize.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/unmaximize_unfocused.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/unmaximize_unfocused.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/unmaximize_unfocused_prelight.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/unmaximize_unfocused_prelight.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Ambiance/unity/unmaximize_unfocused_pressed.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Ambiance/unity/unmaximize_unfocused_pressed.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/debian/changelog ubuntu-themes-14.04+14.04.20140311.1/debian/changelog --- ubuntu-themes-14.04+14.04.20140311/debian/changelog 2014-03-11 18:58:03.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/debian/changelog 2014-03-11 18:58:05.000000000 +0000 @@ -1,3 +1,14 @@ +ubuntu-themes (14.04+14.04.20140311.1-0ubuntu1) trusty; urgency=low + + [ Marco Trevisan (TreviƱo) ] + * Ambiance, Radiance: use borderless decorations, different shadow + colors and opacity based on status (LP: #1281368) + + [ Lars Uebernickel ] + * Fix styling of linked entries Needed for evince's page selector. + + -- Ubuntu daily release Tue, 11 Mar 2014 18:50:51 +0000 + ubuntu-themes (14.04+14.04.20140311-0ubuntu1) trusty; urgency=medium [ Didier Roche ] diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/gtk-3.0/apps/unity.css ubuntu-themes-14.04+14.04.20140311.1/Radiance/gtk-3.0/apps/unity.css --- ubuntu-themes-14.04+14.04.20140311/Radiance/gtk-3.0/apps/unity.css 2014-03-11 08:22:43.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/gtk-3.0/apps/unity.css 2014-03-11 18:50:24.000000000 +0000 @@ -1,15 +1,15 @@ /* Decorations */ UnityDecoration { - -UnityDecoration-extents: 28px 1px 1px 1px; + -UnityDecoration-extents: 28px 0 0 0; -UnityDecoration-input-extents: 10px; -UnityDecoration-shadow-offset-x: 1px; - -UnityDecoration-shadow-offset-y: 1px; - -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.647); - -UnityDecoration-active-shadow-radius: 15px; - -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.647); - -UnityDecoration-inactive-shadow-radius: 10px; + -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); @@ -20,13 +20,13 @@ } UnityDecoration.top { - border: 1px solid rgba (72, 33, 0, 0.3568); /* shade (@dark_bg_color, 0.8) - shade (#edebe6, 1.06) */ + border: 1px solid rgba (85, 40, 0, 0.04); /* shade (@dark_bg_color) (shade (#edebe6, 1.06) */ border-bottom-width: 0; border-radius: 8px 8px 0 0; padding: 1px 8px 0 8px; box-shadow: inset 0 0 transparent, inset 0 0 transparent, - inset 0 1px shade (#edebe6, 1.08), inset 0 0 transparent; + inset 0 1px shade (#edebe6, 1.065), inset 0 0 transparent; background-color: transparent; background-clip: border-box; @@ -40,7 +40,7 @@ } UnityDecoration.top:backdrop { - border: 1px solid rgba (74, 29, 0, 0.2784); /* shade (@dark_bg_color, 0.8) - shade (#edebe6, 0.96) */ + 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; @@ -48,7 +48,8 @@ from (shade (#edebe6, 0.96)), to (@dark_bg_color)); box-shadow: inset 0 0 transparent, inset 0 0 transparent, - inset 0 1px shade (#edebe6, 0.98), inset 0 0 transparent; + inset 0 1px shade (#edebe6, 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); diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/gtk-3.0/gtk-widgets.css ubuntu-themes-14.04+14.04.20140311.1/Radiance/gtk-3.0/gtk-widgets.css --- ubuntu-themes-14.04+14.04.20140311/Radiance/gtk-3.0/gtk-widgets.css 2014-03-11 08:23:50.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/gtk-3.0/gtk-widgets.css 2014-03-11 18:50:35.000000000 +0000 @@ -292,6 +292,9 @@ /* Middle button */ .linked .entry, +.linked .entry:active, +.linked .entry:focus, +.linked .entry:focus:active, .linked .button, .linked .button:active, .linked .button:active:hover, @@ -308,12 +311,17 @@ /* Leftmost button */ .linked .entry:first-child, +.linked .entry:active:first-child, +.linked .entry:focus:first-child, +.linked .entry:focus:active:first-child, .linked .button:first-child, .linked .button:active:first-child, .linked .button:active:hover:first-child, .linked .button:focus:first-child, .linked .button:focus:active:first-child, -.linked .button:insensitive:first-child { +.linked .button:insensitive:first-child, +.linked .button:backdrop:first-child, +.linked .button:active:backdrop:first-child { border-width: 1px; border-right-width: 0; border-image-width: 10px 0 10px 12px; @@ -324,12 +332,17 @@ /* Rightmost button */ .linked .entry:last-child, +.linked .entry:active:last-child, +.linked .entry:focus:last-child, +.linked .entry:focus:active:last-child, .linked .button:last-child, .linked .button:active:last-child, .linked .button:active:hover:last-child, .linked .button:focus:last-child, .linked .button:focus:active:last-child, -.linked .button:insensitive:last-child { +.linked .button:insensitive:last-child, +.linked .button:backdrop:last-child, +.linked .button:active:backdrop:last-child { border-width: 1px; border-left-width: 0; border-image-width: 10px 12px 10px 0; @@ -340,12 +353,17 @@ /* Linked single button */ .linked .entry:only-child, +.linked .entry:active:only-child, +.linked .entry:focus:only-child, +.linked .entry:focus:active:only-child, .linked .button:only-child, .linked .button:active:only-child, .linked .button:active:hover:only-child, .linked .button:focus:only-child, .linked .button:focus:active:only-child, -.linked .button:insensitive:only-child { +.linked .button:insensitive:only-child, +.linked .button:backdrop:only-child, +.linked .button:active:backdrop:only-child { border-right-width: 1px; border-left-width: 1px; border-image-width: 10px 12px 10px 12px; @@ -2041,23 +2059,6 @@ to (shade (@dark_bg_color, 1.02))); } -.primary-toolbar .entry, -.primary-toolbar .entry:active, -.primary-toolbar .entry:focused, -.menubar.toolbar .entry, -.menubar.toolbar .entry:active, -.menubar.toolbar .entry:focused, -.header-bar .entry, -.header-bar .entry:active, -.header-bar .entry:focused { - border-radius: 9px; - -/* background-color: @dark_bg_color; - background-image: none; - - background-clip: border-box;*/ -} - .primary-toolbar GtkSeparatorToolItem, .primary-toolbar .separator, .primary-toolbar .separator:insensitive, Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/close_focused_normal.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/close_focused_normal.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/unity/close_focused_normal.svg ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/close_focused_normal.svg --- ubuntu-themes-14.04+14.04.20140311/Radiance/unity/close_focused_normal.svg 2014-03-11 08:23:03.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/close_focused_normal.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,177 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/close_focused_prelight.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/close_focused_prelight.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/close_focused_pressed.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/close_focused_pressed.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/unity/close_focused.svg ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/close_focused.svg --- ubuntu-themes-14.04+14.04.20140311/Radiance/unity/close_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/close_focused.svg 2014-03-11 18:50:04.000000000 +0000 @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/close.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/close.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/unity/close_unfocused_normal.svg ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/close_unfocused_normal.svg --- ubuntu-themes-14.04+14.04.20140311/Radiance/unity/close_unfocused_normal.svg 2014-03-11 08:23:03.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/close_unfocused_normal.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/close_unfocused.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/close_unfocused.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/close_unfocused_prelight.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/close_unfocused_prelight.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/close_unfocused_pressed.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/close_unfocused_pressed.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/unity/close_unfocused.svg ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/close_unfocused.svg --- ubuntu-themes-14.04+14.04.20140311/Radiance/unity/close_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/close_unfocused.svg 2014-03-11 18:50:04.000000000 +0000 @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/maximize_focused_normal.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/maximize_focused_normal.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/unity/maximize_focused_normal.svg ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/maximize_focused_normal.svg --- ubuntu-themes-14.04+14.04.20140311/Radiance/unity/maximize_focused_normal.svg 2014-03-11 08:23:03.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/maximize_focused_normal.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,172 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/maximize_focused_prelight.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/maximize_focused_prelight.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/maximize_focused_pressed.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/maximize_focused_pressed.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/unity/maximize_focused.svg ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/maximize_focused.svg --- ubuntu-themes-14.04+14.04.20140311/Radiance/unity/maximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/maximize_focused.svg 2014-03-11 18:50:04.000000000 +0000 @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/maximize.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/maximize.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/unity/maximize_unfocused_normal.svg ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/maximize_unfocused_normal.svg --- ubuntu-themes-14.04+14.04.20140311/Radiance/unity/maximize_unfocused_normal.svg 2014-03-11 08:23:03.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/maximize_unfocused_normal.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,163 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/maximize_unfocused.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/maximize_unfocused.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/maximize_unfocused_prelight.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/maximize_unfocused_prelight.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/maximize_unfocused_pressed.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/maximize_unfocused_pressed.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/unity/maximize_unfocused.svg ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/maximize_unfocused.svg --- ubuntu-themes-14.04+14.04.20140311/Radiance/unity/maximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/maximize_unfocused.svg 2014-03-11 18:50:04.000000000 +0000 @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/minimize_focused_normal.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/minimize_focused_normal.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/unity/minimize_focused_normal.svg ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/minimize_focused_normal.svg --- ubuntu-themes-14.04+14.04.20140311/Radiance/unity/minimize_focused_normal.svg 2014-03-11 08:23:03.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/minimize_focused_normal.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/minimize_focused_prelight.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/minimize_focused_prelight.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/minimize_focused_pressed.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/minimize_focused_pressed.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/unity/minimize_focused.svg ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/minimize_focused.svg --- ubuntu-themes-14.04+14.04.20140311/Radiance/unity/minimize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/minimize_focused.svg 2014-03-11 18:50:04.000000000 +0000 @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/minimize.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/minimize.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/unity/minimize_unfocused_normal.svg ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/minimize_unfocused_normal.svg --- ubuntu-themes-14.04+14.04.20140311/Radiance/unity/minimize_unfocused_normal.svg 2014-03-11 08:23:03.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/minimize_unfocused_normal.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/minimize_unfocused.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/minimize_unfocused.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/minimize_unfocused_prelight.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/minimize_unfocused_prelight.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/minimize_unfocused_pressed.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/minimize_unfocused_pressed.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/unity/minimize_unfocused.svg ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/minimize_unfocused.svg --- ubuntu-themes-14.04+14.04.20140311/Radiance/unity/minimize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/minimize_unfocused.svg 2014-03-11 18:50:04.000000000 +0000 @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/unmaximize_focused_normal.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/unmaximize_focused_normal.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/unity/unmaximize_focused_normal.svg ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/unmaximize_focused_normal.svg --- ubuntu-themes-14.04+14.04.20140311/Radiance/unity/unmaximize_focused_normal.svg 2014-03-11 08:23:03.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/unmaximize_focused_normal.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,172 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/unmaximize_focused_prelight.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/unmaximize_focused_prelight.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/unmaximize_focused_pressed.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/unmaximize_focused_pressed.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/unity/unmaximize_focused.svg ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/unmaximize_focused.svg --- ubuntu-themes-14.04+14.04.20140311/Radiance/unity/unmaximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/unmaximize_focused.svg 2014-03-11 18:50:04.000000000 +0000 @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/unmaximize.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/unmaximize.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/unity/unmaximize_unfocused_normal.svg ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/unmaximize_unfocused_normal.svg --- ubuntu-themes-14.04+14.04.20140311/Radiance/unity/unmaximize_unfocused_normal.svg 2014-03-11 08:23:03.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/unmaximize_unfocused_normal.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,163 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/unmaximize_unfocused.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/unmaximize_unfocused.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/unmaximize_unfocused_prelight.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/unmaximize_unfocused_prelight.png differ Binary files /tmp/qSuWCh5ec3/ubuntu-themes-14.04+14.04.20140311/Radiance/unity/unmaximize_unfocused_pressed.png and /tmp/joVLeojp4n/ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/unmaximize_unfocused_pressed.png differ diff -Nru ubuntu-themes-14.04+14.04.20140311/Radiance/unity/unmaximize_unfocused.svg ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/unmaximize_unfocused.svg --- ubuntu-themes-14.04+14.04.20140311/Radiance/unity/unmaximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ ubuntu-themes-14.04+14.04.20140311.1/Radiance/unity/unmaximize_unfocused.svg 2014-03-11 18:50:04.000000000 +0000 @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + +