MAIN MENU: Text color does not abide by text setting but rather window color

Bug #559339 reported by Troy James Sobotka
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Dust theme
New
Undecided
Unassigned

Bug Description

Summary: When using the main menu in the panel, the text does not abide by the colours set for text as set in the Appearance Preferences configuration. Instead, the Main Menu text uses the Window "Background" setting.

Revision history for this message
Troy James Sobotka (troy-sobotka) wrote :

The stanza holding the panel text color is at line 320 of the gtkrc. The stanza reads:

style "murrine-PanelGtkMenubar"
{
 bg[NORMAL] = "#343330" # top desktop panel menu background color
 bg[SELECTED] = darker(@selected_bg_color) # selected item background
 fg[NORMAL] = @bg_color # default panel text !
 fg[PRELIGHT] = @base_color # text after dropdown menu

The solution is to adjust "fg[NORMAL] = @bg_color" to "fg[NORMAL] = @fg_color".

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.