Pasted by on Thursday, March 04, 2010 10:03 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 style "mystyle-typing" 38 { 39 font_name = "Myriad Pro 11" 40 fg[ACTIVE] = "#4e9a06" 41 } 42 style "mystyle-typed" 43 { 44 font_name = "Myriad Pro 11" 45 fg[ACTIVE] = "#c4a000" 46 } 47 style "mystyle-attention" 48 { 49 font_name = "Myriad Pro 11" 50 fg[ACTIVE] = "#006aff" 51 } 52 style "mystyle-unreadchat" 53 { 54 font_name = "Myriad Pro 11" 55 fg[ACTIVE] = "#cc0000" 56 } 57 style "mystyle-event" 58 { 59 font_name = "Myriad Pro 11" 60 fg[ACTIVE] = "#888a85" 61 } 62 widget "*tab-label-*" style "mystyle" 63 widget "*tab-label-typing" style "mystyle-typing" 64 widget "*tab-label-typed" style "mystyle-typed" 65 widget "*tab-label-attention" style "mystyle-attention" 66 widget "*tab-label-unreadchat" style "mystyle-unreadchat" 67 widget "*tab-label-event" style "mystyle-event" 68 widget "*tab-label" style "mystyle" 69 widget "*tab-container.GtkLabel" style "mystyle"