Eu não uso um tema sombrio. No entanto, tenho mexido bastante com os meus temas no Xfce. Concordo que pode dar um pouco de trabalho para que tudo fique perfeito. Greybird é um tema legal. Se você instalá-lo, incluirá o Blackbird, que provavelmente é bom. Eu acho que o Numix também tem um belo tema sombrio.
Algumas dicas:
Vá para o Editor de configurações > xsettings > Esquema de cores. Lá você pode alterar o plano de fundo e a cor do primeiro plano.
Eu tenho um arquivo no meu diretório pessoal chamado .gtkrc-2.0
, onde eu tenho algumas personalizações. Meu tema não é um tema sombrio e minha cor de destaque é verde. (Você pode ver no fundo que o tema é Greybird.) Então, você vai querer ajustar os valores hexadecimais ao seu gosto de acordo com um tema escuro (meio invertido do meu). Há outros exemplos disso online também.
# Custom styles
style "gtk-theme-config-panel" {
bg[NORMAL] = "#555555"
bg[PRELIGHT] = "#4f7e53"
bg[ACTIVE] = "#4f7e53"
bg[SELECTED] = "#4f7e53"
fg[NORMAL] = "#fcfcfc"
fg[PRELIGHT] = "#fcfcfc"
fg[SELECTED] = "#fcfcfc"
fg[ACTIVE] = "#fcfcfc"
}
widget "*PanelWidget*" style "gtk-theme-config-panel"
widget "*PanelApplet*" style "gtk-theme-config-panel"
widget "*fast-user-switch*" style "gtk-theme-config-panel"
widget "*CPUFreq*Applet*" style "gtk-theme-config-panel"
widget "*indicator-applet*" style "gtk-theme-config-panel"
class "PanelApp*" style "gtk-theme-config-panel"
class "PanelToplevel*" style "gtk-theme-config-panel"
widget_class "*PanelToplevel*" style "gtk-theme-config-panel"
widget_class "*notif*" style "gtk-theme-config-panel"
widget_class "*Notif*" style "gtk-theme-config-panel"
widget_class "*Tray*" style "gtk-theme-config-panel"
widget_class "*tray*" style "gtk-theme-config-panel"
widget_class "*computertemp*" style "gtk-theme-config-panel"
widget_class "*Applet*Tomboy*" style "gtk-theme-config-panel"
widget_class "*Applet*Netstatus*" style "gtk-theme-config-panel"
widget "*gdm-user-switch-menubar*" style "gtk-theme-config-panel"
widget "*Xfce*Panel*" style "gtk-theme-config-panel"
class "*Xfce*Panel*" style "gtk-theme-config-panel"
style "gtk-theme-config-menu" {
base[NORMAL] = "#eeeeee"
bg[NORMAL] = "#eeeeee"
bg[ACTIVE] = "#eeeeee"
bg[INSENSITIVE] = "#eeeeee"
text[NORMAL] = "#333333"
fg[NORMAL] = "#333333"
}
widget_class"*<GtkMenu>*"style"gtk-theme-config-menu"
gtk-theme-name="Greybird"
# End custom styles
Muitas vezes, acabo procurando nos arquivos CSS meus temas e alterando os valores lá. Por exemplo, se houver uma cor que você não gosta no seu tema, você pode usar gpick
para obter o valor hexadecimal. Então você pode usar grep -R
no diretório do seu tema para encontrar os lugares que você pode tentar mudar. Para experimentar as alterações, você pode alternar entre o seu tema e outro.
Centralizando o relógio:
Essa é uma solução alternativa e não funcionará se você tiver botões do Windows preenchendo o painel abaixo dela. Você pode colocar o relógio em seu próprio painel, centralizá-lo acima do painel abaixo dele e tornar o painel transparente. Você também desejará verificar "Bloquear painel" para que ele não mostre as alças.