File themes-light-menubars.patch of Package ubuntu-mate-artwork
--- a/usr/share/themes/Ambiant-MATE/gtk-2.0/gtkrc
+++ b/usr/share/themes/Ambiant-MATE/gtk-2.0/gtkrc
@@ -365,7 +365,7 @@ style "toolbar-entry" = "entry" { # text
}
}
-style "menu" = "dark" {
+style "menu" {
xthickness = 0
ythickness = 0
@@ -604,7 +604,7 @@ style "text_is_fg_color_workaround" {
# Workaround style for menus where the text color is used instead of the fg color.
style "menuitem_text_is_fg_color_workaround" {
- text[NORMAL] = @base_color
+ text[NORMAL] = @fg_color
text[PRELIGHT] = @selected_fg_color
text[SELECTED] = @selected_fg_color
text[ACTIVE] = @fg_color