pidgin: 47385c29: Update the sample gtkrc-2.0 file for the...
sadrul at pidgin.im
sadrul at pidgin.im
Sat Apr 5 15:30:42 EDT 2008
-----------------------------------------------------------------
Revision: 47385c29904d4755361546c34319cf036d5a8723
Ancestor: b2242096222463e4ed971765af81b4531ef9b6f7
Author: sadrul at pidgin.im
Date: 2008-04-05T19:34:43
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/47385c29904d4755361546c34319cf036d5a8723
Modified files:
doc/gtkrc-2.0
ChangeLog:
Update the sample gtkrc-2.0 file for the nick-color and typing notification settings.
-------------- next part --------------
============================================================
--- doc/gtkrc-2.0 d33b634317510e2ec480c50373b76ab4fffeebd2
+++ doc/gtkrc-2.0 f4e4c6c640993d8d62e9c1804871505cf612714a
@@ -28,12 +28,27 @@ widget "*pidgin_notify_imhtml" style "im
# Set the widget style for IMHtml widgets in notify dialogs
widget "*pidgin_notify_imhtml" style "imhtml-fix"
-# The following lets you customize the color of hyperlinks
-# and also the text cursors. The link color thing is Pidgin specific
-# but the rest work for any Gtk2 program. You can search the Gtk2
-# docs for other style properties.
+# It is safe to remove any undesired settings from the following
style "my-style-name" {
+ # Change the color of hyperlinks.
GtkIMHtml::hyperlink-color = "#000080"
+ # Change the color of the nick in highlighted messages, e.g. messages containing your nick
+ GtkIMHtml::highlight-name-color = "#AF7F00"
+ # Change the color of the nick in received message
+ GtkIMHtml::receive-name-color = "#cc0000"
+ # Change the color of the nick in sent message
+ GtkIMHtml::send-name-color = "#204a87"
+ # Change the color of the nick in action messages, e.g. "/me likes pidgin"
+ GtkIMHtml::action-name-color = "#062585"
+ # Change the font of the typing notification in conversation history.
+ GtkIMHtml::typing-notification-font = "italic light 8.0"
+ # Change the color of the typing notification
+ GtkIMHtml::typing-notification-color = "#ff0000"
+ # Disable the typing notification
+ GtkIMHtml::typing-notification-enable = 1
+
+ # The following settings will change the behaviour in all GTK+ applications
+ # Change the cursor color
GtkWidget::cursor-color = "#0000FF"
GtkWidget::secondary-cursor-color = "#00FF00" #for mixed ltr and rtl
}
More information about the Commits
mailing list