diff options
Diffstat (limited to 'frontend/xsane-style.rc')
-rw-r--r-- | frontend/xsane-style.rc | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/frontend/xsane-style.rc b/frontend/xsane-style.rc deleted file mode 100644 index de6662d..0000000 --- a/frontend/xsane-style.rc +++ /dev/null @@ -1,34 +0,0 @@ -# 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" - |