~ubuntu-branches/ubuntu/lucid/gnome-themes-extras/lucid

« back to all changes in this revision

Viewing changes to Industrial/gtk-2.0/gtkrc

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2004-06-23 20:28:52 UTC
  • Revision ID: james.westby@ubuntu.com-20040623202852-j7hu6zargn5hnban
Tags: upstream-0.7.debian.1
ImportĀ upstreamĀ versionĀ 0.7.debian.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
pixmap_path "/usr/local/share/themes/Industrial/gtk-2.0"
 
2
 
 
3
style "industrial-default"
 
4
{
 
5
  GtkWidget::interior_focus = 1
 
6
  GtkButton::default_border = { 3, 3, 3, 3 }
 
7
  GtkButton::default_outside_border = { 3, 3, 3, 3 }
 
8
  GtkRange::trough_border = 0
 
9
 
 
10
  GtkWidget::focus_padding = 1
 
11
 
 
12
  GtkPaned::handle_size = 7
 
13
  
 
14
  GtkRange::slider_width = 15
 
15
  GtkRange::stepper_size = 15
 
16
  GtkScrollbar::min_slider_length = 30
 
17
  GtkCheckButton::indicator_size = 13
 
18
  GtkRadioButton::indicator_size = 13
 
19
  GtkMenuBar::internal-padding = 0
 
20
 
 
21
  GtkButton::child_displacement_x = 0
 
22
  GtkButton::child_displacement_y = 1
 
23
 
 
24
  PanelMenu::gradient_bg = 1
 
25
  PanelMenu::stripe-color = { 0.24, 0.44, 0.66 }
 
26
  PanelMenu::stripe-color-light = { 0.54, 0.74, 0.96 }
 
27
 
 
28
  GtkMenuItem::selected_shadow_type = GTK_SHADOW_IN
 
29
 
 
30
  #GtkOptionMenu::indicator_size = { 11, 6 }
 
31
  #GtkOptionMenu::indicator_spacing = { 4, 5, 2, 2 }
 
32
 
 
33
  xthickness = 1
 
34
  ythickness = 1
 
35
  
 
36
  bg[NORMAL]      = "#f6f6f6"
 
37
  bg[PRELIGHT]     = "#ffffff"
 
38
  fg[PRELIGHT]    = "#202020"
 
39
  bg[ACTIVE]       = "#d9d9d9"
 
40
  bg[INSENSITIVE] = "#d9d9d9"
 
41
  bg[SELECTED]    = "#99a6bf"
 
42
 
 
43
  base[SELECTED]  = "#7b96ac"
 
44
  text[SELECTED]  = "#ffffff"
 
45
 
 
46
  engine "industrial" {}
 
47
 
 
48
  stock["gtk-goto-bottom"] = 
 
49
   { 
 
50
     { "stock_bottom.png", *, *, *} 
 
51
   }
 
52
 
 
53
  stock["gtk-goto-first"] = 
 
54
   { 
 
55
     { "stock_first.png", *, *, *} 
 
56
   }
 
57
 
 
58
  stock["gtk-goto-last"] = 
 
59
   { 
 
60
     { "stock_last.png", *, *, *} 
 
61
   }
 
62
 
 
63
  stock["gtk-goto-top"] = 
 
64
   { 
 
65
     { "stock_top.png", *, *, *} 
 
66
   }
 
67
 
 
68
  stock["gtk-go-back"] = 
 
69
   { 
 
70
     { "stock_left.png", *, *, *} 
 
71
   }
 
72
 
 
73
  stock["gtk-go-down"] = 
 
74
   { 
 
75
     { "stock_down.png", *, *, *} 
 
76
   }
 
77
 
 
78
  stock["gtk-go-forward"] = 
 
79
   { 
 
80
     { "stock_right.png", *, *, *} 
 
81
   }
 
82
 
 
83
  stock["gtk-go-up"] = 
 
84
   { 
 
85
     { "stock_up.png", *, *, *} 
 
86
   }
 
87
 
 
88
  stock["gtk-no"] = 
 
89
   { 
 
90
     { "stock_cancel.png", *, *, *} 
 
91
   }
 
92
 
 
93
  stock["gtk-apply"] = 
 
94
   { 
 
95
     { "stock_apply.png", *, *, *} 
 
96
   }
 
97
 
 
98
  stock["gtk-cancel"] = 
 
99
   { 
 
100
     { "stock_cancel.png", *, *, *} 
 
101
   }
 
102
 
 
103
  stock["gtk-ok"] =
 
104
   {
 
105
     { "stock_ok.png", *, *, *}
 
106
   }
 
107
 
 
108
  stock["gtk-yes"] = 
 
109
   { 
 
110
     { "stock_apply.png", *, *, *} 
 
111
   }
 
112
 
 
113
         stock["gtk-refresh"] =
 
114
         {
 
115
           { "stock_refresh.png", *, *, *}
 
116
         }
 
117
}
 
118
 
 
119
style "industrial-unrounded" = "industrial-default"
 
120
{
 
121
  engine "industrial" 
 
122
    {
 
123
      rounded_buttons = FALSE
 
124
    }
 
125
}
 
126
 
 
127
style "industrial-wide" = "industrial-default"
 
128
{
 
129
  xthickness = 2
 
130
  ythickness = 2
 
131
}
 
132
 
 
133
style "industrial-tasklist" = "industrial-default"
 
134
{
 
135
  xthickness = 5
 
136
  ythickness = 3
 
137
}
 
138
 
 
139
style "industrial-arrows" = "industrial-default"
 
140
{
 
141
  fg[NORMAL] = { 0.2,0.2,0.2 }
 
142
}
 
143
 
 
144
style "industrial-menu" = "industrial-default"
 
145
{
 
146
#  engine "redmond95" { }
 
147
  xthickness = 3
 
148
  ythickness = 3
 
149
 
 
150
  #bg[PRELIGHT]    = "#7b96ac"
 
151
  #bg[SELECTED]    = "#7b96ac"
 
152
  bg[PRELIGHT]    = "#3e71aa"
 
153
  bg[SELECTED]    = "#577591"
 
154
 
 
155
  fg[PRELIGHT]  = "#ffffff"
 
156
  fg[SELECTED]  = "#ffffff"
 
157
}
 
158
 
 
159
style "industrial-menu-separator" = "industrial-default"
 
160
{
 
161
#  engine "redmond95" { }
 
162
  xthickness = 3
 
163
  ythickness = 3
 
164
 
 
165
  bg[PRELIGHT]    = "#7b96ac"
 
166
  bg[SELECTED]    = "#7b96ac"
 
167
  fg[PRELIGHT]  = "#ffffff"
 
168
  fg[SELECTED]  = "#ffffff"
 
169
}
 
170
 
 
171
style "industrial-menubar" = "industrial-default"
 
172
{
 
173
  xthickness = 3
 
174
  ythickness = 3
 
175
}
 
176
 
 
177
style "industrial-paned" = "industrial-default"
 
178
{
 
179
  xthickness = 10
 
180
  ythickness = 10
 
181
}
 
182
 
 
183
style "industrial-tree" = "industrial-default"
 
184
{
 
185
  engine "industrial" 
 
186
    {
 
187
      rounded_buttons = FALSE
 
188
    }
 
189
  xthickness = 2
 
190
  ythickness = 2
 
191
}
 
192
 
 
193
style "industrial-frame-title" = "industrial-default"
 
194
{
 
195
  fg[NORMAL] = { 0.25,0.25,0.25 }
 
196
}
 
197
 
 
198
style "industrial-panel" = "industrial-default"
 
199
{
 
200
  xthickness = 3
 
201
  ythickness = 3
 
202
}
 
203
 
 
204
style "industrial-tooltips" = "industrial-default"
 
205
{
 
206
  xthickness = 4
 
207
  ythickness = 4
 
208
  bg[NORMAL] = { 0.9,0.9,0.9 }
 
209
}
 
210
 
 
211
style "metacity-frame"
 
212
{
 
213
 
 
214
        # Normal base color
 
215
        bg[NORMAL]      = { 0.97, 0.97, 0.97 }
 
216
 
 
217
        # Unfocused title background color
 
218
        bg[INSENSITIVE] = { 0.9, 0.9, 0.9 }
 
219
 
 
220
        # Unfocused title text color
 
221
        fg[INSENSITIVE] = { 0.15, 0.15, 0.15 }
 
222
 
 
223
        # Focused icon color
 
224
        fg[NORMAL]      = { 0.2, 0.2, 0.2 }
 
225
 
 
226
        # Focused title background color
 
227
        bg[SELECTED]    = { 0.27, 0.52, 0.84 }
 
228
        
 
229
        # Focused title text color
 
230
        fg[SELECTED]    = "white"
 
231
}
 
232
 
 
233
#class "Gtk*Paned" style "industrial-paned"
 
234
 
 
235
widget "*.tasklist-button" style "industrial-unrounded"
 
236
widget_class "*.GtkTreeView.*" style "industrial-tree"
 
237
widget_class "*.GtkList.*" style "industrial-tree"
 
238
widget_class "*.GtkCList.*" style "industrial-tree"
 
239
widget_class "*.ETree.*" style "industrial-tree"
 
240
widget_class "*.ETable.*" style "industrial-tree"
 
241
 
 
242
class "GtkNotebook" style "industrial-wide"
 
243
class "GtkWidget" style "industrial-default"
 
244
class "GtkButton" style "industrial-wide"
 
245
class "GtkRange" style "industrial-wide"
 
246
class "GtkMenu" style "industrial-wide"
 
247
class "GtkFrame" style "industrial-wide"
 
248
class "GtkStatusbar" style "industrial-wide"
 
249
class "GtkMenuItem" style "industrial-menu"
 
250
widget_class "*.GtkMenuItem.*" style "industrial-menu"
 
251
widget_class "*.GtkAccelMenuItem.*" style "industrial-menu"
 
252
widget_class "*.GtkRadioMenuItem.*" style "industrial-menu"
 
253
widget_class "*.GtkCheckMenuItem.*" style "industrial-menu"
 
254
widget_class "*.GtkImageMenuItem.*" style "industrial-menu"
 
255
widget_class "*.GtkSeparatorMenuItem.*" style "industrial-menu-separator"
 
256
class "GtkEntry" style "industrial-wide"
 
257
widget_class "*.tooltips.*.GtkToggleButton" style "industrial-tasklist"
 
258
widget_class "*.GtkFrame.GtkLabel" style "industrial-frame-title"
 
259
widget_class "*.GtkFrame.GtkCheckButton.GtkLabel" style "industrial-frame-title"
 
260
class "MetaFrames" style "metacity-frame"
 
261
class "GtkVScrollbar" style "industrial-arrows"
 
262
class "GtkHScrollbar" style "industrial-arrows"
 
263
widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "industrial-panel"
 
264
widget "gtk-tooltips" style "industrial-tooltips"