/usr/share/sane/xsane/xsane-style.rc is in xsane-common 0.999-5ubuntu2.
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 24 25 26 27 28 29 30 31 32 33 | # style <name> [= <name>]
# {
# <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>
# accelerator <widget_name> <accelerator>
style "progressbar"
{
bg[PRELIGHT] = { 22500, 53280, 22500 } # green
}
style "curve"
{
fg[NORMAL] = { 58000, 0, 0 } # red
}
style "font"
{
font = "-*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*"
}
style "fixed font"
{
font = "-misc-fixed-medium-r-semicondensed--13-*-*-*-*-*-*-*"
}
widget "*GtkCurve" style "curve"
widget "*GtkProgressBar" style "progressbar"
# widget "*" style "font"
widget "*GtkRadioButton*" style "fixed font"
|