Tue, 29 Nov 2005 05:43:12 +0000
[gaim-migrate @ 14555]
Make the link color when hovering over a link less light. Before this
change there wasn't a lot of contrast between the white window bg and
the link color. Hopefully this change is ok?
| src/gtkimhtml.c | file | annotate | diff | comparison | revisions |
--- a/src/gtkimhtml.c Tue Nov 29 01:21:04 2005 +0000 +++ b/src/gtkimhtml.c Tue Nov 29 05:43:12 2005 +0000 @@ -547,7 +547,7 @@ if (pre) g_object_set(G_OBJECT(tag), "foreground-gdk", pre, NULL); else - g_object_set(G_OBJECT(tag), "foreground", "light blue", NULL); + g_object_set(G_OBJECT(tag), "foreground", "#70a0ff", NULL); } } else { GTK_IMHTML(imhtml)->prelit_tag = NULL;