Hack it ;-)
http://gnomethemes.org/forum/index.php?topic=67.0Só pra constar no arquivo a parte que vai te interessar seguindo as dicas do link acima.
veja bem não é pra pegar o que eu coloquei aqui e pra pegar o que foi postado lá completo
modificar ou criar um arquivo
.gtkrc-2.0 no seu
/home/usuário e altere somente esta parte que vai definir a cor das fontes.
estou pasando o link do fórum, pois tem mais coisas interessantes lá entonce hackeie seu painel dá pra modificar muita coisa,
e como saber as cores?
simples, Clique com o botão direito no seu desktop->Alterar Plano de fundo vá em Cores da área de trabalho clique no quadradinho com a cor e por lá você conseguira todos os códigos de cores que quiser ;-)
bom divertimento.
style "panel"
{
fg[NORMAL] = "#F9FBF6" #Aqui define a cor da fonte
fg[PRELIGHT] = "#ff0000" #Aqui define a cor da fonte ao passar o mouse por cima
# fg[ACTIVE] = "#ffffff" #Aqui define a cor da fonte ao ser clicado
# fg[SELECTED] = "#000000" #Aqui quando seleciona
# fg[INSENSITIVE] = "#8A857C" #Aqui quando insensível, mas esta não é muito importante
Meu arquivo .gtkrc-2.0 do momento deste post, a primeira linha é para acelerar a abertura dos menus.
gtk-menu-popup-delay = 0
style "panel"
{
fg[NORMAL] = "#ff0900"
fg[PRELIGHT] = "#b7b5cd"
fg[ACTIVE] = "#000000"
fg[SELECTED] = "#b7b5cd"
fg[INSENSITIVE] = "#ff0900"
# bg[NORMAL] = "#000000"
# bg[PRELIGHT] = "#ff0000"
# bg[ACTIVE] = "#ff0000"
# bg[SELECTED] = "#ff0000"
# bg[INSENSITIVE] = "#ff0000"
# base[NORMAL] = "#ff0000"
# base[PRELIGHT] = "#ff0000"
# base[ACTIVE] = "#ff0000"
# base[SELECTED] = "#ff0000"
# base[INSENSITIVE] = "#ff0000"
# text[NORMAL] = "#161616"
# text[PRELIGHT] = "#000000"
# text[ACTIVE] = "#000000"
# text[SELECTED] = "#ffffff"
# text[INSENSITIVE] = "#8A857C"
}
widget "*PanelWidget*" style "panel"
widget "*PanelApplet*" style "panel"
class "*Panel*" style "panel"
widget_class "*Mail*" style "panel"
class "*notif*" style "panel"
class "*Notif*" style "panel"
class "*Tray*" style "panel"
class "*tray*" style "panel"
style "panelbutton"
{
bg[NORMAL] = "#E9E864"
bg[PRELIGHT] = "#E9E864"
bg[ACTIVE] = "#955493"
# bg[SELECTED] = "#ff0000"
}
widget "*PanelButton*" style "panelbutton"
widget_class "*Panel*GtkToggleButton" style "panelbutton"
widget_class "*Panel*GtkButton" style "panelbutton"