/usr/share/quarry/gtkrc is in quarry 0.2.0.dfsg.1-4.1build1.
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 | style "sub-header" {
font_name = ", bold"
}
style "dialog" {
GtkDialog::content_area_border = 12
GtkDialog::button_spacing = 6
GtkDialog::action_area_border = 0
}
widget "*.quarry-sub-header" style "sub-header"
widget "quarry-dialog" style "dialog"
|