PDA

View Full Version : [ubuntu] Gnome Panel Font Colour


s.fox
March 15th, 2009, 08:43 PM
Hi,

I have been looking into a way to change the font colour on my gnome panel to white. I have been able to successfully follow this (http://ubuntuforums.org/showpost.php?p=1988074&postcount=1) guide. :D

As mentioned above it did manage to turn ALL the font on my gnome panel to white, but how would I only have the top level items in white and child items in black? Is it even possible?

Unfortunately it has also turned the font for all of my menu items for other applications to white. For example in terminal File, Edit, View are now in an unreadable white colour :( Does anybody know how I get around/ fix this problem?

Many thanks

-Ash R

inobe
March 15th, 2009, 09:47 PM
next to window background should be darker than text

s.fox
March 16th, 2009, 05:17 AM
next to window background should be darker than text

Sorry,I don't understand what you mean.

Could you maybe post an example of how it should look in the gtkrc-2.0 file?

Many thanks,

Ash R

mcduck
March 16th, 2009, 05:32 AM
Actually quite simple, the code in the post you linked simply applies the color to many other places than just panel applets. Simply removing those lines makes it only change color of panel applets:

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

73ckn797
March 16th, 2009, 05:52 AM
Hi,

I have been looking into a way to change the font colour on my gnome panel to white. I have been able to successfully follow this (http://ubuntuforums.org/showpost.php?p=1988074&postcount=1) guide. :D

As mentioned above it did manage to turn ALL the font on my gnome panel to white, but how would I only have the top level items in white and child items in black? Is it even possible?

Unfortunately it has also turned the font for all of my menu items for other applications to white. For example in terminal File, Edit, View are now in an unreadable white colour :( Does anybody know how I get around/ fix this problem?

Many thanks

-Ash R

Go into Synaptic and download "gnome-color-chooser". That will be what you are looking for.

s.fox
March 16th, 2009, 04:42 PM
Go into Synaptic and download "gnome-color-chooser". That will be what you are looking for.

Hi,

That program looks pretty swish. Can't seem to spot where I would set the font colour though, or for that matter the background colour to the desktop switcher :(

Thanks for the application though

EDIT: After some more tinkering I have got it sorted out.

Thank you very much, much appreciated

73ckn797
March 16th, 2009, 05:04 PM
You are welcome.