Texto branco em algumas janelas do sistema

1

Eu recebo texto branco na maioria das janelas (ele muda para a cor normal quando a janela perde o foco).

Estou usando um xubuntu 12.04 de inicialização dupla do windows com xfce, xfwm e um tema GTK 'zukiwi'. Alguém por favor pode me ajudar a resolver isso?

Screenshots do problema:

O problema é comum na maioria das janelas relacionadas a algum tipo de tarefa do sistema / núcleo.

Além disso, aqui está o arquivo gtkrc-2.0 que estou usando:

#desktop icon transparency tweak
style "xfdesktop-icon-view" {
    XfdesktopIconView::label-alpha = 0

    base[NORMAL] = "#000000"
    base[SELECTED] = "#0071FF"
    base[ACTIVE] = "#0071FF"

    fg[NORMAL] = "#EEEEEE"
    fg[SELECTED] = "#3A3A3A"
    fg[ACTIVE] = "#3A3A3A"
    text[NORMAL] = "#262626"
    XfdesktopIconVIew::cell-spacing = 0
    XfdesktopIconView::cell-padding = 0
    XfdesktopIconView::cell-text-width-proportion = 2.0

}
#widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
#Fixes the Panel color to a dull grey
#style "panel"
#{
#    font_name = "Segoe UI Regular 8"
#    bg[NORMAL] = "#222222"
#    fg[NORMAL] = "#323232"
#}
#
#widget_class "*Panel*"      style "panel"
#widget "*Panel*"            style "panel"
#class "*Panel*"             style "panel"
    
por 0xC0FFEE 16.06.2014 / 12:23

1 resposta

0

É esta linha:

fg[NORMAL] = "#EEEEEE"

Tente mudar a cor para algo mais sombrio como # 333 ou # 000 para preto.

    
por Parto 16.06.2014 / 12:28