After some investigations, I found that this is a known bug of some GNOME apps like Evince, Evolution, and maybe other too (see https://bugzilla.gnome.org/show_bug.cgi?id=682435), so it will affects other GTK themes that do not include "new standard" in GTK theme color definition.
Those apps look for "the new standard"
theme_selected_bg_color
, theme_selected_fg_color
, etc., instead of the standard, long time used "selected_bg_color
", "selected_fg_color
", etc (notice the difference, later ones are without "theme_
"). This causing any theme that does not use "theme_*" color definitions in its css files will have problems with those apps.