nixpkgs/home/files/purple/gtkrc-2.0

30 lines
991 B
Plaintext
Raw Normal View History

2022-08-29 17:27:24 +02:00
# 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
2022-08-29 17:27:24 +02:00
gtk-font-name = "Roboto Mono Medium 18"
style "purplerc_style"
{
# Change the color of the typing notification
GtkIMHtml::typing-notification-color = "#CDEE69"
2022-08-30 17:31:39 +02:00
# 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"
2022-08-29 17:27:24 +02:00
style "*pidgin_conv_entry_style"
{
2022-08-30 17:31:39 +02:00
font_name = "Roboto Mono Medium 18"
2022-08-29 17:27:24 +02:00
}
widget "*pidgin_conv_entry" style "*pidgin_conv_entry_style"
2022-08-29 17:27:24 +02:00
style "*pidgin_conv_imhtml_style"
{
font_name = "Roboto Mono Medium 18"
2022-08-29 17:27:24 +02:00
}
widget "*pidgin_conv_imhtml" style "*pidgin_conv_imhtml_style"