Comment 8 for bug 1325675

Revision history for this message
Till W. (tillw.) wrote :

I have the same problem when using the "Adwaita-X-dark" theme. When using the "Bluebird" themes that ships with my Ubuntu 14.04, the indicator plugin's background is dark blue (as it should be). When using Adwaita, it is light grey as opposed to the rest of the panel which is nearly black.

To me it looks like a definition in the theme is missing, too.

I solved it in my case by adding the following lines at the end of ~/.themes/Adwaita-X-dark/gtk-3.0/gtk.css

.xfce4-panel {
 background-color: #222222;
 font: normal;
}
.xfce4-panel .button {
 color: #ffffff;
}

(I took them from the Bluebird theme and changed the RGB color values to match the Adwait-X-dark colors.)