nixpkgs/home/files/purple/gtkrc-2.0

30 lines
991 B
Plaintext

# The FAQ (http://developer.pidgin.im/wiki/FAQ) contains some further examples
# of possible pidgin gtkrc settings.
# A sample can be found here: https://developer.pidgin.im/wiki/SampleGtkrc2.0
gtk-font-name = "Roboto Mono Medium 18"
style "purplerc_style"
{
# Change the color of the typing notification
GtkIMHtml::typing-notification-color = "#CDEE69"
# Change the font of the typing message
GtkIMHtml::typing-notification-font = "Roboto Mono Medium 18"
# Change the color of the nick in received message
GtkIMHtml::receive-name-color = "#CDEE69"
# Change the color of the nick in sent message
GtkIMHtml::send-name-color = "#72B3CC"
}
widget_class "*" style "purplerc_style"
style "*pidgin_conv_entry_style"
{
font_name = "Roboto Mono Medium 18"
}
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"