~ubuntu-branches/ubuntu/hardy/gtk2-engines-xfce/hardy

« back to all changes in this revision

Viewing changes to themes/xfce/gtk-2.0/gtkrc

  • Committer: Bazaar Package Importer
  • Author(s): Simon Huggins
  • Date: 2005-06-18 09:50:55 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050618095055-uewrdgl4duhzk9sh
Tags: 2.2.7-1
* New Upstream Release
* Change suite to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Default Xfce theme
2
 
# Olivier Fourdan 05/2003
3
 
 
4
 
style "xfce-default"
 
1
style "default"
5
2
{
6
 
    GtkButton::default_border         = {0, 0, 0, 0}
7
 
    GtkButton::default_outside_border = {0, 0, 0, 0}
8
 
    GtkButton::default_spacing        = 10
9
 
    GtkCheckButton::indicator_size    = 15
10
 
    GtkMenuItem::selected_shadow_type = out
11
 
    GtkPaned::handle_full_size        = 1
12
 
    GtkPaned::handle_size             = 8
13
 
    GtkRadioButton::indicator_size    = 15
14
 
    GtkRange::slider_width            = 15
15
 
    GtkRange::stepper_size            = 15
16
 
    GtkRange::stepper_spacing         = 0
17
 
    GtkRange::trough_border           = 1
18
 
    GtkScrollbar::min_slider_length   = 20
19
 
    GtkSpinButton::shadow_type        = out
20
 
    GtkWidget::internal_padding       = 0
21
 
    GtkWidget::focus_padding          = 2
22
 
    GtkWidget::focus-line-width       = 1
23
 
    GtkWidget::interior_focus         = 5
24
 
    GtkMenuBar::shadow_type           = none
25
 
    GtkToolbar::shadow_type           = none
 
3
    GtkButton::default_border                    = {0, 0, 0, 0}
 
4
    GtkButton::default_outside_border            = {0, 0, 0, 0}
 
5
    GtkButton::child_displacement_x              = 0
 
6
    GtkButton::child_displacement_y              = 1
 
7
    GtkButton::default_spacing                   = 5
 
8
    GtkButton::focus-padding                     = 1
 
9
    GtkCheckButton::indicator_size               = 12
 
10
    GtkMenuBar::internal-padding                 = 2
 
11
    GtkMenuBar::shadow_type                      = out
 
12
    GtkHandleBox::shadow_type                    = out
 
13
    GtkMenuItem::selected_shadow_type            = etched-in
 
14
    GtkPaned::handle_full_size                   = 1
 
15
    GtkPaned::handle_size                        = 7
 
16
    GtkRadioButton::indicator_size               = 15
 
17
    GtkRange::slider_width                       = 15
 
18
    GtkRange::stepper_size                       = 15
 
19
    GtkRange::stepper_spacing                    = 0
 
20
    GtkRange::trough_border                      = 0
 
21
    GtkScrollbar::has_backward_stepper           = 1
 
22
    GtkScrollbar::min_slider_length              = 20
 
23
    GtkToolbar::shadow_type                      = out
 
24
    GtkWidget::focus-line-width                  = 1
 
25
    GtkWidget::focus_padding                     = 4
 
26
    GtkWidget::interior_focus                    = 5
 
27
    GtkWidget::internal_padding                  = 4
 
28
    ExoIconBar::focus_padding                    = 2 
26
29
 
27
30
    xthickness = 2
28
31
    ythickness = 2
29
32
 
30
 
    base[ACTIVE]      = "#bfbdbb"
31
 
    base[INSENSITIVE] = "#eae7e4"
 
33
    base[ACTIVE]      = "#d4d8e0"
 
34
    base[INSENSITIVE] = "#eeeeef"
32
35
    base[NORMAL]      = "#ffffff"
33
 
    base[PRELIGHT]    = "#eae7e4"
34
 
    base[SELECTED]    = "#606080"
 
36
    base[PRELIGHT]    = "#d4d8e0"
 
37
    base[SELECTED]    = "#647694"
35
38
 
36
 
    bg[ACTIVE]        = "#bfbdbb"
37
 
    bg[INSENSITIVE]   = "#eae7e4"
38
 
    bg[NORMAL]        = "#eae7e4"
39
 
    bg[PRELIGHT]      = "#eae7e4"
40
 
    bg[SELECTED]      = "#606080"
 
39
    bg[ACTIVE]        = "#d4d8e0"
 
40
    bg[INSENSITIVE]   = "#eeeeef"
 
41
    bg[NORMAL]        = "#eeeeef"
 
42
    bg[PRELIGHT]      = "#d4d8e0"
 
43
    bg[SELECTED]      = "#647694"
41
44
 
42
45
    fg[ACTIVE]        = "#000000"
43
 
    fg[INSENSITIVE]   = "#7f7f79"
 
46
    fg[INSENSITIVE]   = "#8e8e8a"
44
47
    fg[NORMAL]        = "#000000"
45
48
    fg[PRELIGHT]      = "#000000"
46
49
    fg[SELECTED]      = "#ffffff"
61
64
    }
62
65
}
63
66
 
64
 
widget_class "*"                   style "xfce-default"
65
 
 
66
 
style "xfce-colored" = "xfce-default"
 
67
style "colored" = "default"
67
68
{
68
 
    xthickness = 3
69
 
    ythickness = 3
70
 
 
71
 
    bg[ACTIVE]        = "#bfbdbb"
72
 
    bg[PRELIGHT]      = "#606080"
73
 
 
74
 
    fg[ACTIVE]        = "#000000"
 
69
    xthickness = 2
 
70
    ythickness = 2
 
71
 
 
72
    bg[ACTIVE]        = "#ceced9"
 
73
    bg[PRELIGHT]      = "#647694"
 
74
    base[PRELIGHT]    = "#647694"
 
75
    fg[ACTIVE]        = "#ffffff"
75
76
    fg[PRELIGHT]      = "#ffffff"
76
 
 
77
 
    text[ACTIVE]      = "#000000"
78
77
    text[PRELIGHT]    = "#ffffff"
79
78
 
80
79
    engine "xfce" 
81
80
    {
82
81
        smooth_edge = true
83
 
        boxfill
84
 
        {
85
 
            fill_style = plain
86
 
        }
87
 
    }
88
 
}
89
 
 
90
 
widget_class "*List*"              style "xfce-colored"
91
 
class "*List*"                     style "xfce-colored"
92
 
widget_class "*Text*"              style "xfce-colored"
93
 
class "*Text*"                     style "xfce-colored"
94
 
widget_class "*Entry*"             style "xfce-colored"
95
 
class "*Entry*"                    style "xfce-colored"
96
 
 
97
 
style "xfce-menubar" = "xfce-colored"
98
 
{
99
 
    xthickness = 1
100
 
    ythickness = 2
101
 
 
102
 
    engine "xfce" 
103
 
    {
104
 
        smooth_edge = true
105
 
        boxfill
106
 
        {
107
 
            fill_style = plain
108
 
        }
109
 
    }
110
 
}
111
 
 
112
 
widget_class "*BonoboDockItem*"    style "xfce-menubar"
113
 
class "*BonoboDockItem*"           style "xfce-menubar"
114
 
widget_class "*HandleBox*"         style "xfce-menubar"
115
 
class "*HandleBox*"                style "xfce-menubar"
116
 
widget_class "*Tool*"              style "xfce-menubar"
117
 
class "*Tool*"                     style "xfce-menubar"
118
 
widget_class "*MenuBar*"           style "xfce-menubar"
119
 
class "*MenuBar*"                  style "xfce-menubar"
120
 
 
121
 
style "xfce-menuitem" = "xfce-colored"
122
 
{
123
 
    xthickness = 2
124
 
    ythickness = 2
125
 
 
126
 
    engine "xfce" 
127
 
    {
128
 
        smooth_edge = true
129
 
        boxfill
130
 
        {
131
 
            fill_style = gradient
132
 
            orientation = auto
133
 
            shade_start = 0.80
134
 
            shade_end = 1.80
135
 
        }
136
 
    }
137
 
}
138
 
 
139
 
widget_class "*MenuItem*"          style "xfce-menuitem"
140
 
class "*MenuItem*"                 style "xfce-menuitem"
141
 
 
142
 
style "xfce-scrollbar" = "xfce-default"
143
 
{
144
 
    xthickness = 2
145
 
    ythickness = 2
146
 
    engine "xfce" 
147
 
    {
148
 
        smooth_edge = true
149
 
        boxfill
150
 
        {
151
 
            fill_style = gradient
152
 
            orientation = auto
153
 
            shade_start = 0.80
154
 
            shade_end = 1.80
155
 
        }
156
 
    }
157
 
}
158
 
widget_class "*Scrollbar*"         style "xfce-scrollbar"
159
 
class "*Scrollbar*"                style "xfce-scrollbar"
160
 
 
161
 
style "xfce-button" = "xfce-colored"
162
 
{
163
 
    xthickness = 3
164
 
    ythickness = 3
165
 
 
166
 
    engine "xfce" 
167
 
    {
168
 
        smooth_edge = true
169
 
        boxfill
170
 
        {
171
 
            fill_style = gradient
172
 
            orientation = vertical
173
 
            shade_start = 0.80
174
 
            shade_end = 1.80
175
 
        }
176
 
    }
177
 
}
178
 
widget_class "*Button*"            style "xfce-button" 
179
 
class "*Button*"                   style "xfce-button" 
180
 
widget_class "*button*"            style "xfce-button" 
181
 
class "*button*"                   style "xfce-button" 
182
 
widget_class "*OptionMenu*"        style "xfce-button" 
183
 
class "*OptionMenu*"               style "xfce-button" 
184
 
widget_class "*Tree*"              style "xfce-button" 
185
 
class "*Tree*"                     style "xfce-button" 
186
 
widget_class "*Scale*"             style "xfce-button" 
187
 
class "*Scale*"                    style "xfce-button" 
188
 
 
189
 
style "xfce-progress" = "xfce-colored"
190
 
{
191
 
    xthickness = 1
192
 
    ythickness = 1
193
 
 
194
 
    engine "xfce" 
195
 
    {
196
 
        smooth_edge = true
197
 
        boxfill
198
 
        {
199
 
            fill_style = gradient
200
 
            orientation = vertical
201
 
            shade_start = 0.80
202
 
            shade_end = 1.80
203
 
        }
204
 
    }
205
 
}
206
 
widget_class "*Progress*"          style "xfce-progress" 
207
 
class "*Progress*"                 style "xfce-progress" 
208
 
 
209
 
widget_class "*CheckButton*"       style "xfce-default"
210
 
class "*CheckButton*"              style "xfce-default"
211
 
widget_class "*RadioButton*"       style "xfce-default"
212
 
class "*RadioButton*"              style "xfce-default"
 
82
        grip_style = none
 
83
        boxfill
 
84
        {
 
85
            fill_style = gradient
 
86
            orientation = vertical
 
87
            shade_start = 1.10
 
88
            shade_end = 0.95
 
89
        }
 
90
    }
 
91
}
 
92
 
 
93
style "menu" = "colored"
 
94
{
 
95
    xthickness = 2
 
96
    ythickness = 2
 
97
 
 
98
    bg[INSENSITIVE]   = "#ffffff"
 
99
    bg[NORMAL]        = "#ffffff"
 
100
}
 
101
 
 
102
style "menuitem" = "menu"
 
103
{
 
104
    xthickness = 1
 
105
    ythickness = 2
 
106
}
 
107
 
 
108
style "menubar" = "colored"
 
109
{
 
110
    xthickness = 2
 
111
    ythickness = 2
 
112
}
 
113
 
 
114
style "button" = "default"
 
115
{
 
116
    xthickness = 2
 
117
    ythickness = 2
 
118
 
 
119
    bg[PRELIGHT]      = "#d4d8e0"
 
120
    bg[NORMAL]        = "#d4d8e0"
 
121
    bg[ACTIVE]        = "#ceced9"
 
122
 
 
123
    engine "xfce" 
 
124
    {
 
125
        smooth_edge = true
 
126
        grip_style = none
 
127
        boxfill
 
128
        {
 
129
            fill_style = gradient
 
130
            orientation = vertical
 
131
            shade_start = 1.10
 
132
            shade_end = 0.95
 
133
        }
 
134
    }
 
135
}
 
136
 
 
137
style "notebook" = "default"
 
138
{
 
139
    xthickness = 2
 
140
    ythickness = 2
 
141
 
 
142
    bg[NORMAL]        = "#ffffff"
 
143
    bg[ACTIVE]        = "#d4d8e0"
 
144
}
 
145
 
 
146
style "scrollbar" = "default"
 
147
{
 
148
    xthickness = 2
 
149
    ythickness = 2
 
150
 
 
151
    bg[PRELIGHT]      = "#d4d8e0"
 
152
    fg[PRELIGHT]      = "#000000"
 
153
    bg[NORMAL]        = "#d4d8e0"
 
154
    bg[ACTIVE]        = "#eeeeef"
 
155
 
 
156
    engine "xfce" 
 
157
    {
 
158
        smooth_edge = true
 
159
        grip_style = none
 
160
        boxfill
 
161
        {
 
162
            fill_style = gradient
 
163
            orientation = automatic
 
164
            shade_start = 1.10
 
165
            shade_end = 0.95
 
166
        }
 
167
    }
 
168
}
 
169
 
 
170
style "scale" = "scrollbar"
 
171
{
 
172
    xthickness = 2
 
173
    ythickness = 2
 
174
 
 
175
    engine "xfce" 
 
176
    {
 
177
        smooth_edge = true
 
178
        grip_style = none
 
179
        boxfill
 
180
        {
 
181
            fill_style = gradient
 
182
            orientation = automatic
 
183
            shade_start = 1.10
 
184
            shade_end = 0.95
 
185
        }
 
186
    }
 
187
}
 
188
 
 
189
style "progress" = "colored"
 
190
{
 
191
    xthickness = 0
 
192
    ythickness = 0
 
193
 
 
194
    bg[NORMAL]        = "#ceced9"
 
195
    bg[ACTIVE]        = "#a5a5a9"
 
196
 
 
197
    engine "xfce" 
 
198
    {
 
199
        smooth_edge = true
 
200
        grip_style = none
 
201
        boxfill
 
202
        {
 
203
            fill_style = plain
 
204
        }
 
205
    }
 
206
}
 
207
 
 
208
style "handlebox" = "default"
 
209
{
 
210
    xthickness = 0
 
211
    ythickness = 2
 
212
}
 
213
 
 
214
style "rox" = "default"
 
215
{
 
216
  bg[NORMAL] = "#ffffff"
 
217
  bg[ACTIVE] = "#ffffff"
 
218
}
 
219
 
 
220
style "titlebar" = "default"
 
221
{
 
222
    bg[SELECTED]      = "#647694"
 
223
    fg[SELECTED]      = "#ffffff"
 
224
    bg[INSENSITIVE]   = "#d4d8e0"
 
225
    fg[INSENSITIVE]   = "#647694"
 
226
}
 
227
 
 
228
 
 
229
widget_class "*"                   style "default"
 
230
 
 
231
widget_class "*Menu*"              style "menu"
 
232
class "*Menu*"                     style "menu"
 
233
 
 
234
widget_class "*MenuItem*"          style "menuitem"
 
235
class "*MenuItem*"                 style "menuitem"
 
236
 
 
237
widget_class "*BonoboDockItem"     style "menubar"
 
238
class "*BonoboDockItem"            style "menubar"
 
239
widget_class "*ToolBar"            style "menubar"
 
240
class "*ToolBar"                   style "menubar"
 
241
widget_class "*MenuBar"            style "menubar"
 
242
class "*MenuBar"                   style "menubar"
 
243
 
 
244
widget_class "*Button*"            style "button"
 
245
class "*Button*"                   style "button"
 
246
widget_class "*button*"            style "button"
 
247
class "*button*"                   style "button"
 
248
widget_class "*OptionMenu*"        style "button"
 
249
class "*OptionMenu*"               style "button"
 
250
 
 
251
widget_class "*.GtkNotebook"       style "notebook"
 
252
class "*.GtkNotebook"              style "notebook"
 
253
 
 
254
widget_class "*GtkVScrollbar*"     style "scrollbar"
 
255
class "*GtkVScrollbar*"            style "scrollbar"
 
256
widget_class "*GtkHScrollbar*"     style "scrollbar"
 
257
class "*GtkHScrollbar*"            style "scrollbar"
 
258
 
 
259
widget_class "*GtkHScale*"         style "scale"
 
260
class "*GtkHScale*"                style "scale"
 
261
widget_class "*GtkVScale*"         style "scale"
 
262
class "*GtkVScale*"                style "scale"
 
263
 
 
264
widget_class "*.GtkProgress*"      style "progress"
 
265
class "*.GtkProgress*"             style "progress"
 
266
 
 
267
widget_class "*HandleBox"          style "handlebox"
 
268
 
 
269
widget_class "*.Collection"        style "rox"
 
270
 
 
271
widget "xfwm"                      style "titlebar"
 
272
class "MetaFrames"                 style "titlebar"
 
273
widget_class "MetaFrames"          style "titlebar"