Comment 3 for bug 279282

Revision history for this message
Javier García Díaz (jgd) wrote :

Steps:

1- Use gnome-color-chooser or edit your .gtkrc-2.0 to change your panel color. For instance, put the following lines in a file named .gtkrc-2.0 in your home directory:

style "gnome-color-chooser-panel"
{
  bg[NORMAL] = "#999999"
  fg[NORMAL] = "#ff0000"
}
class "*Panel*" style "gnome-color-chooser-panel"
widget "*PanelWidget*" style "gnome-color-chooser-panel"
widget "*PanelApplet*" style "gnome-color-chooser-panel"
class "*Tray*" style "gnome-color-chooser-panel"
widget "*Tray*" style "gnome-color-chooser-panel"

2- Logout and login to see the changes (depending on what theme you are using, your panel might not change)

3- Open evolution and go to the preferences dialog. Select the third option. It will be gray with red letters (as your panel). The rest of the dialog is OK.