Mercurial > pidgin
diff ChangeLog @ 9007:0a08f671b591
[gaim-migrate @ 9783]
You can now use gtk to theme your hyperlink colors. It works something
like this:
style "mystyle" {
GtkIMHtml::hyperlink-color = "#00FF00"
}
widget_class "*" style "mystyle"
If you change it while gaim is running, old hyperlinks won't change color,
but new ones should, assuming you use a program that sends the right event
to make things reparse their gtkrcs. Old hyperlinks will change color if
you restart Gaim and view them in the logs or something.
Actually using bright green for hyperlinks is discourged.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Sat, 22 May 2004 06:35:13 +0000 |
parents | e8c3a1272672 |
children | 67fa13b080bf |
line wrap: on
line diff
--- a/ChangeLog Sat May 22 04:39:44 2004 +0000 +++ b/ChangeLog Sat May 22 06:35:13 2004 +0000 @@ -19,6 +19,7 @@ * Plugin Actions menu (Christopher (siege) O'Brien) * Plugins can now add entries to the rclick menu of a group (Stu Tomlinson, Christopher (siege) O'Brien) + * Hyperlink colors are now themeable via your ~/.gtkrc-2.0 file Bug Fixes: * Novell 64bit fixes, better error messages, and buddy list sync fixes