سلام.
من میخوام ار تم تیره رنگ استفاده کنم , اما اونجوری پیدگین خیلی بد رنگ میشه و حرفهاش ناخوانا میشه.
میخواستم کاری کنم که کلا بک گراند پیدگین همیشه مثلا خاکستری باشه.
چیکار کنم ؟
یه سرچ زدم اینو پیدا کرم اما نمیدونم چطور ازش استفاده کنم.
~/.purple$ cat gtkrc-2.0
# Create a style called "satanic" where the text and base colors can be set:
style "satanic"
{
base[NORMAL] = "#CCCCCC"
text[NORMAL] = "#000000"
}
# Apply "satanic" to conversation entry box--where you type.
widget "*pidgin_conv_entry" style "satanic"
# Apply "satanic" to conversation history pane--where you read the conversation.
widget "*pidgin_conv_imhtml" style "satanic"