summaryrefslogtreecommitdiff
path: root/src/sane-style.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sane-style.rc')
-rw-r--r--src/sane-style.rc21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/sane-style.rc b/src/sane-style.rc
new file mode 100644
index 0000000..f85259c
--- /dev/null
+++ b/src/sane-style.rc
@@ -0,0 +1,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"