diff -Nru light-themes-0.1.9.1/debian/changelog light-themes-0.1.9.1/debian/changelog --- light-themes-0.1.9.1/debian/changelog 2012-08-06 21:43:14.000000000 +0200 +++ light-themes-0.1.9.1/debian/changelog 2012-10-27 02:26:28.000000000 +0200 @@ -1,3 +1,10 @@ +light-themes (0.1.9.1-0ubuntu1.2) precise-proposed; urgency=low + + * Fix wrong background color for the icon of the selected window in the + GNOME Classic session (LP: #1071956) + + -- Benjamin Drung Sat, 27 Oct 2012 00:50:29 +0200 + light-themes (0.1.9.1-0ubuntu1.1) precise-proposed; urgency=low * debian/patches/fix-ambiance-in-gnome-panel.patch: diff -Nru light-themes-0.1.9.1/debian/patches/fix-icon-background-color-in-gnome-panel.patch light-themes-0.1.9.1/debian/patches/fix-icon-background-color-in-gnome-panel.patch --- light-themes-0.1.9.1/debian/patches/fix-icon-background-color-in-gnome-panel.patch 1970-01-01 01:00:00.000000000 +0100 +++ light-themes-0.1.9.1/debian/patches/fix-icon-background-color-in-gnome-panel.patch 2012-10-27 02:24:49.000000000 +0200 @@ -0,0 +1,46 @@ +Description: Fix wrong background color for the icon of the selected window. +Origin: Backported from 0.1.93 +Bug-Ubuntu: https://launchpad.net/bugs/1071956 + +--- a/Ambiance/gtk-3.0/apps/gnome-panel.css ++++ b/Ambiance/gtk-3.0/apps/gnome-panel.css +@@ -5,12 +5,16 @@ + PanelWidget, + PanelApplet, + PanelToplevel { ++ padding: 0; ++ color: @dark_fg_color; ++} ++ ++PanelWidget, ++PanelApplet, ++PanelToplevel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (shade (@dark_bg_color, 1.05))); +- padding: 0; +- +- color: @dark_fg_color; + } + + PanelApplet { +--- a/Radiance/gtk-3.0/apps/gnome-panel.css ++++ b/Radiance/gtk-3.0/apps/gnome-panel.css +@@ -6,11 +6,15 @@ + PanelApplet, + PanelToplevel { + padding: 0; ++ 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))); +- +- color: @dark_fg_color; + } + + PanelApplet { diff -Nru light-themes-0.1.9.1/debian/patches/series light-themes-0.1.9.1/debian/patches/series --- light-themes-0.1.9.1/debian/patches/series 2012-08-06 21:39:44.000000000 +0200 +++ light-themes-0.1.9.1/debian/patches/series 2012-10-27 02:16:03.000000000 +0200 @@ -1 +1,2 @@ fix-ambiance-in-gnome-panel.patch +fix-icon-background-color-in-gnome-panel.patch