https://bugs.freedesktop.org/show_bug.cgi?id=38038
--- Comment #7 from [email protected] 2012-05-28 07:53:28 PDT --- To fix this just change: bg[SELECTED] = @selected_bg_color -> bg[SELECTED] = @base_color in GTKRC style "dark" to look like this: style "dark" { bg[NORMAL] = @bg_color bg[PRELIGHT] = shade (0.96, @bg_color) bg[SELECTED] = @base_color bg[ACTIVE] = shade (0.96, @bg_color) bg[INSENSITIVE] = @bg_color } make sure that you have some bright color in @base_color or use another variable or direct value #fff bg[SELECTED] = @selected_bg_color is just to dark so it fall backs to light text. At least if fixed the issue in theme that i use: Orion :) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
