Extend gtkrc for purple (pidgin)

This commit is contained in:
Daniel Siepmann 2022-08-29 17:27:24 +02:00
parent e3143ab14c
commit ae2498d389
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -1,5 +1,21 @@
gtk-font-name = "Roboto Mono Medium 16"
# 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.
gtk-font-name = "Roboto Mono Medium 18"
style "purplerc_style"
{
GtkIMHtml::typing-notification-color = "#CDEE69"
}
widget_class "*" style "purplerc_style"
style "*pidgin_conv_entry_style"
{
font_name = "Roboto Mono Medium 16"
}
widget "*pidgin_conv_entry" style "*pidgin_conv_entry_style"
style "*pidgin_conv_imhtml_style"
{
font_name = "Roboto Mono Medium 18"
}
widget "*pidgin_conv_imhtml" style "*pidgin_conv_imhtml_style"