summaryrefslogtreecommitdiff
path: root/src/sane-style.rc
blob: f85259ca2a04808b51549f778350856ee35e2ca6 (plain)
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"