On Thu, 2009-08-27 at 21:05 +0200, Sam Geeraerts wrote: > aurelien schreef: > > hello, > > > > How change the system color of weblink and maillink ? > > If you mean GNOME colors (rather then colors in Epiphany or Icecat) then > GNOME Color Chooser might be able to help with that. > g-c-c only changes one variable in .gtkrc, but most programs use more than just this one. The following file sets the color of links to a slightly lighter (and slightly ugly) shade of blue:
> style "default-style"
> {
> GtkWidget::link-color = "#3175D9"
> GtkHTML::alink_color = "#3175D9"
> GtkHTML::link_color = "#3175D9"
> GnomeHref::link_color = "#3175D9"
> GtkIMHtml::hyperlink-color = "#3175D9"
> }
> class "GtkWidget" style "default-style"
That seems to affect the whole system, or at least, Pidgin and Evolution.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ gNewSense-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/gnewsense-users
