2015-07-22 20:26 GMT+02:00 Alberts Muktupāvels <alberts muktupavels gmail com>:In gnome-panel/Adwaita.css "theme_unfocused_fg_color" is used as color. So "correct" color is that one you see with in-process / built-in applets.That color is used since this commit:
https://git.gnome.org/browse/gnome-panel/commit/gnome-panel/Adwaita.css?id=7c1607feed985a5fd8d7bff46605ef10bb2a9a1dIf you have time then you could try experiment by using other color "names" available here:
https://git.gnome.org/browse/gtk+/tree/gtk/theme/Adwaita/_colors-public.scssWhen I proposed my patch originally, the 'theme_unfocused_fg_color' was a bit darker color. Later it was changed in the Adwaita theme, and it introduced the new 'theme_unfocused_text_color':
https://git.gnome.org/browse/gtk+/commit/?id=062f450709c4b365fc76d82bbed7fec6048ea134
So the 'theme_unfocused_fg_color' should be replaced by 'theme_unfocused_text_color' in Adwaita.css.