diff -Nru light-themes-0.1.8.31/Ambiance/gtk-3.0/gtk-widgets.css light-themes-0.1.8.32/Ambiance/gtk-3.0/gtk-widgets.css --- light-themes-0.1.8.31/Ambiance/gtk-3.0/gtk-widgets.css 2012-03-14 20:08:38.000000000 +0000 +++ light-themes-0.1.8.32/Ambiance/gtk-3.0/gtk-widgets.css 2012-03-29 20:37:22.000000000 +0000 @@ -1148,6 +1148,14 @@ color: @dark_fg_color; } +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { + color: @fg_color; +} +GtkComboBox .menuitem *:hover { + color: @selected_fg_color; +} + .menuitem:hover, .menu .menuitem:hover { background-image: -gtk-gradient (linear, left top, left bottom, @@ -1156,7 +1164,7 @@ color: @selected_fg_color; - -unico-bullet-color: @dark_fg_color; + -unico-bullet-color: @selected_fg_color; -unico-border-gradient: -gtk-gradient (linear, left top, left bottom, from (shade (@selected_bg_color, 0.7)), diff -Nru light-themes-0.1.8.31/debian/changelog light-themes-0.1.8.32/debian/changelog --- light-themes-0.1.8.31/debian/changelog 2012-03-14 20:20:15.000000000 +0000 +++ light-themes-0.1.8.32/debian/changelog 2012-03-29 20:40:24.000000000 +0000 @@ -1,3 +1,10 @@ +light-themes (0.1.8.32-0ubuntu1) precise; urgency=low + + * New upstream snapshot + - Fix fg_color for GtkComboBox (LP: #949368) + + -- Ken VanDine Thu, 29 Mar 2012 16:37:39 -0400 + light-themes (0.1.8.31-0ubuntu1) precise; urgency=low * New upstream snapshot diff -Nru light-themes-0.1.8.31/Radiance/gtk-3.0/gtk-widgets.css light-themes-0.1.8.32/Radiance/gtk-3.0/gtk-widgets.css --- light-themes-0.1.8.31/Radiance/gtk-3.0/gtk-widgets.css 2012-03-14 20:08:38.000000000 +0000 +++ light-themes-0.1.8.32/Radiance/gtk-3.0/gtk-widgets.css 2012-03-29 20:37:22.000000000 +0000 @@ -1150,6 +1150,14 @@ color: @dark_fg_color; } +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { + color: @fg_color; +} +GtkComboBox .menuitem *:hover { + color: @selected_fg_color; +} + .menuitem:hover, .menu .menuitem:hover { background-image: -gtk-gradient (linear, left top, left bottom, @@ -1158,7 +1166,7 @@ color: @selected_fg_color; - -unico-bullet-color: @dark_fg_color; + -unico-bullet-color: @selected_fg_color; -unico-border-gradient: -gtk-gradient (linear, left top, left bottom, from (shade (@selected_bg_color, 0.8)),