/usr/share/themes/ZOMG-PONIES!/xfce-notify-4.0/gtkrc is in xfce4-notifyd 0.2.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | style "ponies-window"
{
bg[NORMAL] = "#ff69b4"
XfceNotifyWindow::border-color = "#ffff00"
XfceNotifyWindow::border-radius = 10.0
XfceNotifyWindow::border-width = 6.0
}
class "XfceNotifyWindow" style "ponies-window"
style "ponies-text"
{
font_name = "Comic Sans MS 26"
fg[NORMAL] = "#ffff00"
GtkWidget::link-color = "#c17800"
}
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "ponies-text"
style "ponies-btn"
{
bg[NORMAL] = "#9400d3"
bg[PRELIGHT] = "#5e0086"
}
widget "XfceNotifyWindow.*.GtkButton" style "ponies-btn"
|