nixpkgs/home/files/purple/gtkrc-2.0
Daniel Siepmann cebae709fa
Adjust pidgin GTK a bit
I still miss many things and am to unfamiliar with GTK
2022-08-30 14:20:34 +02:00

28 lines
881 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 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 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"