Proper check for rawzor libraries.
[rawtherapee-fixes.git] / release / themes / light
blob9ef5cc5e06a8c5e411b2653f0deb9e4cf7198bb2
1 # Based on Bluecurve
2 # Created by Richard Stellingwerff, Emil Jacobs and Daniel Borgmann.
5 style "clearlooks-default"
7 font_name = "sans 8"
8   GtkButton      ::default_border    = { 0, 0, 0, 0 }
9   GtkRange       ::trough_border     = 0
10   GtkPaned       ::handle_size       = 6
11   GtkRange       ::slider_width      = 12
12   GtkRange       ::stepper_size      = 12
13   GtkScrollbar   ::min_slider_length = 30
14   GtkCheckButton ::indicator_size    = 12
15   GtkMenuBar     ::internal-padding  = 0
16   GtkTreeView    ::expander_size     = 11
17   GtkExpander    ::expander_size     = 11
19   xthickness = 1
20   ythickness = 1
22   fg[NORMAL]        = "#101010" # very dark gray #101010
23   fg[PRELIGHT]      = "#101010" # dark grey
24   fg[ACTIVE]        = "#000000" # black
25   fg[SELECTED]      = "#ffffff" # white
26   fg[INSENSITIVE]   = "#b5b3ac" # dark beige / grey
28   bg[NORMAL]        = "#efebe7" # light beige / grey
29   bg[PRELIGHT]      = "#f5f3f0" # very light beige
30   bg[ACTIVE]        = "#d4cfca" # mid beige / grey
31   bg[SELECTED]      = "#7c99ad" # blueish
32   bg[INSENSITIVE]   = "#efebe7" # light beige / grey
33         
34   base[NORMAL]      = "#ffffff" # white
35   base[PRELIGHT]    = "#7c99ad" # blueish
36   base[ACTIVE]      = "#a29e8e" # dark beige / grey
37   base[SELECTED]    = "#7c99ad" # blueish
38   base[INSENSITIVE] = "#efebe7" #light beige / grey
39         
40   text[NORMAL]      = "#000000" # black
41   text[PRELIGHT]    = "#000000" # black
42   text[ACTIVE]      = "#ffffff" # white
43   text[SELECTED]    = "#ffffff" # white
44   text[INSENSITIVE] = "#b5b3ac" # dark beige / grey
46   engine "clearlooks"  {
47     sunkenmenubar     = 1       # 0 = disable, 1 = enable
48     menuitemstyle     = 0       # 0 = flat, 1 = 3d-ish (button)
49     listviewitemstyle = 0       # 0 = flat, 1 = 3d-ish (gradient)
50     progressbarstyle  = 0       # 0 = candy bar, 1 = flat
51   }
54 style "clearlooks-wide" = "clearlooks-default"
56   xthickness = 1
57   ythickness = 1
60 style "clearlooks-notebook" = "clearlooks-wide"
62   bg[NORMAL] = "#eae4df"
65 style "clearlooks-tasklist" = "clearlooks-default"
67   xthickness = 5
68   ythickness = 3
71 style "clearlooks-menu" = "clearlooks-default"
73   xthickness = 2
74   ythickness = 1
75   bg[NORMAL] = "#f8f5f2"
78 style "clearlooks-menu-item" = "clearlooks-default"
80   xthickness = 1
81   ythickness = 1
82   fg[PRELIGHT] = "#ffffff"
83   text[PRELIGHT] = "#ffffff"
86 style "clearlooks-menu-itembar" = "clearlooks-default"
88   xthickness = 1
89   ythickness = 1
92 style "clearlooks-tree" = "clearlooks-default"
94   xthickness = 1
95   ythickness = 1
98 style "clearlooks-frame-title" = "clearlooks-default"
100   fg[NORMAL] = "#404040"
103 style "clearlooks-panel" = "clearlooks-default"
105   xthickness = 3
106   ythickness = 3
109 style "clearlooks-tooltips" = "clearlooks-default"
111   xthickness = 4
112   ythickness = 4
113   bg[NORMAL] = { 1.0,1.0,0.75 }
116 style "clearlooks-progressbar" = "clearlooks-default"
118   xthickness = 1
119   ythickness = 0
121   fg[PRELIGHT]  = "#ffffff"
124 style "clearlooks-combo" = "clearlooks-default"
126   xthickness = 1
127   ythickness = 1
130 class "GtkWidget" style "clearlooks-default"
131 class "GtkButton" style "clearlooks-wide"
132 class "GtkRange" style "clearlooks-wide"
133 class "GtkFrame" style "clearlooks-wide"
134 class "GtkStatusbar" style "clearlooks-wide"
135 class "GtkMenu" style "clearlooks-menu"
136 class "GtkMenuItem" style "clearlooks-menu-item"
137 widget_class "*MenuItem.*" style "clearlooks-menu-item"
138 class "GtkEntry" style "clearlooks-wide"
139 widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
140 widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
141 widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
142 widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
143 widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
144 widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
145 widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "clearlooks-panel"
146 widget "gtk-tooltip" style "clearlooks-tooltips"
147 class "GtkNotebook" style "clearlooks-notebook"
148 class "GtkProgressBar" style "clearlooks-progressbar"
149 widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
150 widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo"