How to style Pidgin
Обновена на: 24 март 2022 г.Искаме да променим цветовете на Pidgin. Намираме се на XFCE, не че има значение. Единият вариант е да променим цвета на GTK темата – глобално. Другият е да ползваме плъгин, който си и два с Pidgin – GTK+ Theme Control. Да, но той не предлага смяна на фон. Кофтаж. Трябва наръка да се редактира gtkrc файла в
~/.purple/gtkrc
Ползвай файла по-долу за приятна тъмна тема. Повечето неща, които ти трябват, са коментирани от моя милост. Имай предвид, че трябва да кажеш на плъгина да препрочете файла при промяна
# This file automatically written by the Pidgin GTK+ Theme Control plugin.
# Any changes to this file will be overwritten by the plugin when told to
# write the settings again.
# The FAQ (http://developer.pidgin.im/wiki/FAQ) contains some further examples
# of possible pidgin gtkrc settings.
style “purplerc_style”
{
#Textbox Background
base[NORMAL] = “#1d1d1d”
#Base Text Color
fg[NORMAL] = “#dddddd”
#Base Background
bg[NORMAL] = “#1d1d1d”
#Unopened Tab Background
bg[ACTIVE] = “#2d2d2d”
#Unopened Tab Text Color
fg[ACTIVE] = “#cccccc”
#Message text
text[NORMAL] = “#dddddd”
}
widget_class “*” style “purplerc_style”
# This file automatically written by the Pidgin GTK+ Theme Control plugin.
# Any changes to this file will be overwritten by the plugin when told to
# write the settings again.
# The FAQ (http://developer.pidgin.im/wiki/FAQ) contains some further examples
# of possible pidgin gtkrc settings.
style “purplerc_style”
{
GtkIMHtml::send-name-color = “#3E35B7”
GtkIMHtml::action-name-color = “#90602A”
}
widget_class “*” style “purplerc_style”