Ubuntu Linux
  • MerlinW
    #3504
    Google.

    In ~/.gtkrc-2.0 insert this line

    include "/home/<user_name>/.gnome2/panel-fontrc"

    then create the file panel-fontrc in .gnome2, which consists of the following lines:

    style "my_color"
    {
    fg[NORMAL] = "#ffffff"
    }
    widget "*PanelWidget*" style "my_color"
    widget "*PanelApplet*" style "my_color"