Para mudar a cor dessas fontes eu crio um script .gtkrc-2.0

    sudo gedit .gtkrc-2.0

Aí, colo as linhas abaixo e salvo o script

gtk-menu-popup-delay = 0
    style "panel"
    {
    fg[NORMAL] = "#ffffff" #Aqui define a cor da fonte do painel
    fg[PRELIGHT] = "#110B5D" #Aqui define a cor da fonte ao passar o mouse por 
cima
    #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"


Depois de salvar é só digitar

    killall gnome-panel







Salles escreveu:
> Prezados,
>
> Há como alterar a cor da fonte na barra de ferramentas? Apesar das
> inúmeras opções, não encontrei nada para isto.
> Uso um plano de fundo escuro e a barra transparente, quero alterar a
> fonte (aplicações, sistema, relógio) para branco.
>
> Salles (Nethell)
>   

-- 
Interessado em aprender mais sobre o Ubuntu em português?
http://wiki.ubuntu-br.org/ComeceAqui  -
ubuntu-br mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

Responder a