This file is indexed.

/usr/share/sane/sane-style.rc is in sane 1.0.14-12build1.

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
# 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
}

widget "*GtkCurve" style "curve"
widget "*GtkProgressBar" style "progressbar"