Fix search entries coloring
Search entries coloring is broken, maybe for a while.
I suspect this is due to the deprecation of gtk_widget_modify_*()
, because this fix simply replaces them by newer versions.
They are also deprecated since gtk-3.16, but this fix works with only minimal changes, so maybe it's sufficient for the time being.