Pasted by on Tuesday, March 02, 2010 1:22 PM

Syntax:

											
1 # This file automatically written by the Pidgin GTK+ Theme Control plugin. 2 # Any changes to this file will be overwritten by the plugin when told to 3 # write the settings again. 4 # The FAQ (http://developer.pidgin.im/wiki/FAQ) contains some further examples 5 # of possible pidgin gtkrc settings. 6 gtk-font-name = "Myriad Pro 12" 7 style "purplerc_style" 8 { 9 GtkIMHtml::send-name-color = "#7D98B3" 10 GtkIMHtml::receive-name-color = "#B36059" 11 } 12 widget_class "*" style "purplerc_style" 13 style "*pidgin_conv_entry_style" 14 { 15 font_name = "Myriad Pro 12" 16 } 17 widget "*pidgin_conv_entry" style "*pidgin_conv_entry_style" 18 style "*pidgin_conv_imhtml_style" 19 { 20 font_name = "Myriad Pro 12" 21 } 22 widget "*pidgin_conv_imhtml" style "*pidgin_conv_imhtml_style" 23 style "*pidgin_request_imhtml_style" 24 { 25 font_name = "Myriad Pro 12" 26 } 27 widget "*pidgin_request_imhtml" style "*pidgin_request_imhtml_style" 28 style "*pidgin_notify_imhtml_style" 29 { 30 font_name = "Myriad Pro 12" 31 } 32 widget "*pidgin_notify_imhtml" style "*pidgin_notify_imhtml_style" 33 style "mystyle" 34 { 35 font_name = "Myriad Pro 11" 36 } 37 widget "*tab-label-*" style "mystyle" 38 widget "*tab-label" style "mystyle" 39 widget "*tab-container.GtkLabel" style "mystyle"