~ubuntu-branches/ubuntu/saucy/lordsawar/saucy

« back to all changes in this revision

Viewing changes to dat/gtkrc

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Barry deFreese
  • Date: 2008-12-20 13:52:12 UTC
  • mfrom: (1.1.6 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081220135212-noeb2w3y98ebo7o9
Tags: 0.1.4-1
[ Barry deFreese ]
* New upstream release.
* Move 0.0.8-2.1 changelog entry to correct point in changelog.
* Make lordsawar-data suggest lordsawar.
* Update my e-mail address.
* Add build-depends on intltool, uuid-dev, and libboost-dev.
* Don't install locales since there are no translations currently.
* Add simple man page for new lordsawar-pbm binary.
* Drop gcc4.3 patches as they have been fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Clearlooks-DarkLime
 
2
# version 0.1
 
3
# Hacked by Ulisse Perusin <uli.peru@gmail.com>
 
4
 
 
5
# based on Darkilouche by Jakub Steiner <jimmac@gmail.com>
 
6
 
 
7
 
 
8
#define tiny icon sizes
 
9
gtk-icon-sizes = "gtk-menu=16,16:panel-menu=32,32:panel=16,16"
 
10
gtk-icon-sizes = "gtk-button=16,16:gtk-large-toolbar=22,22"
 
11
 
 
12
#default color scheme
 
13
gtk_color_scheme = "fg_color:#0e0e0e\nbg_color:#888a85\nbase_color:#babdb6\ntext_color:#000\nselected_bg_color:#C8FF63\nselected_fg_color:#fff\ntooltip_bg_color:#D9F8A1\ntooltip_fg_color:#000"
 
14
 
 
15
#widget class horrors from now on
 
16
style "darkilouche-default"
 
17
{
 
18
  GtkButton      ::default_border    = { 0, 0, 0, 0 }
 
19
  GtkRange       ::trough_border     = 0
 
20
  GtkPaned       ::handle_size       = 6
 
21
  GtkRange       ::slider_width      = 15
 
22
  GtkRange       ::stepper_size      = 15
 
23
 
 
24
  GtkScrollbar   ::min_slider_length = 30
 
25
  GtkCheckButton ::indicator_size    = 14
 
26
  GtkMenuBar     ::internal-padding  = 0
 
27
  GtkTreeView    ::expander_size     = 14
 
28
  GtkExpander    ::expander_size     = 16
 
29
  GtkScale       ::slider-length     = 27
 
30
 
 
31
  GtkButton      ::child-displacement-x = 1
 
32
  GtkButton      ::child-displacement-y = 1
 
33
 
 
34
  WnckTasklist   ::fade-overlay-rect = 0
 
35
  
 
36
  GtkMenu::vertical_padding = 4
 
37
  GtkMenu::horizontal_padding = 3
 
38
  xthickness = 1
 
39
  ythickness = 1
 
40
 
 
41
 
 
42
  fg[NORMAL]        = @fg_color 
 
43
  fg[PRELIGHT]      = @fg_color 
 
44
  fg[SELECTED]      = @selected_fg_color 
 
45
  fg[ACTIVE]        = @fg_color 
 
46
  fg[INSENSITIVE]   = darker (@bg_color) 
 
47
 
 
48
  bg[NORMAL]        = @bg_color
 
49
  bg[PRELIGHT]      = shade (1.02, @bg_color) 
 
50
  bg[SELECTED]       = shade (0.5, @bg_color) 
 
51
  bg[INSENSITIVE]   = @bg_color 
 
52
  bg[ACTIVE]        = shade (0.9, @bg_color) 
 
53
 
 
54
  base[NORMAL]      = @base_color 
 
55
  base[PRELIGHT]    = shade (0.95, @selected_bg_color) 
 
56
  base[ACTIVE]      = shade (1.1, @selected_bg_color) 
 
57
  base[SELECTED]    = shade (1.1, @selected_bg_color) 
 
58
  base[INSENSITIVE] = @bg_color  
 
59
 
 
60
  text[NORMAL]      = @text_color 
 
61
  text[PRELIGHT]    = @text_color 
 
62
  text[ACTIVE]      = @text_color 
 
63
  text[SELECTED]    = @text_color 
 
64
  text[INSENSITIVE] = @text_color
 
65
 
 
66
  engine "clearlooks" 
 
67
  {
 
68
    #scrollbar_color   = "#76acde"
 
69
    menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
 
70
    toolbarstyle      = 0       # 0 = flat, 1 = enable effects
 
71
    animation         = TRUE
 
72
    style             = GUMMY
 
73
    radius            = 3.0
 
74
    colorize_scrollbar = TRUE
 
75
  }
 
76
 
 
77
}
 
78
 
 
79
 
 
80
style "darkilouche-wide" = "darkilouche-default"
 
81
{
 
82
  xthickness = 2
 
83
  ythickness = 2
 
84
}
 
85
 
 
86
style "darkilouche-wider" = "darkilouche-default"
 
87
{
 
88
  xthickness = 3
 
89
  ythickness = 3
 
90
}
 
91
 
 
92
style "darkilouche-button" = "darkilouche-wider"
 
93
{
 
94
  bg[NORMAL]        = shade (1.05, @bg_color) 
 
95
  bg[INSENSITIVE]   = shade (1.04, @bg_color) 
 
96
  bg[PRELIGHT]      = shade (1.08, @bg_color) 
 
97
  fg[PRELIGHT]            = shade (0.9, @selected_fg_color)
 
98
}
 
99
 
 
100
style "darkilouche-radiobutton" = "darkilouche-wider"
 
101
{
 
102
          bg[SELECTED]   = @selected_bg_color
 
103
}
 
104
 
 
105
style "darkilouche-notebook" = "darkilouche-wide"
 
106
{
 
107
  bg[SELECTED]      = shade (0.8, @selected_bg_color)
 
108
  bg[NORMAL] =  shade (1.1, @bg_color)
 
109
}
 
110
 
 
111
style "darkilouche-tasklist" = "darkilouche-default"
 
112
{
 
113
  xthickness = 5
 
114
  ythickness = 3
 
115
}
 
116
 
 
117
 
 
118
 
 
119
 
 
120
 
 
121
# File, Edit ...
 
122
style "darkilouche-menubar" = "darkilouche-default"
 
123
{
 
124
  bg[NORMAL]   = shade (0.74, @bg_color)
 
125
}
 
126
 
 
127
 
 
128
style "darkilouche-menubar-item" = "darkilouche-button"
 
129
{
 
130
    #fg[PRELIGHT] = shade (0.8, @selected_fg_color) 
 
131
}
 
132
 
 
133
 
 
134
 
 
135
 
 
136
#individual menus
 
137
 
 
138
style "darkilouche-menu" = "darkilouche-default"
 
139
{
 
140
  xthickness = 0
 
141
  ythickness = 0
 
142
  bg[NORMAL] = shade (0.6, @bg_color)   
 
143
}
 
144
 
 
145
style "darkilouche-menu-item" = "darkilouche-default"
 
146
{
 
147
  xthickness = 2
 
148
  ythickness = 3
 
149
  #fg[PRELIGHT] = shade (0.5, @bg_color)   
 
150
  fg[NORMAL] = shade (0.95, @selected_fg_color) 
 
151
  text[PRELIGHT] = @bg_color
 
152
        bg[SELECTED] = @selected_bg_color    
 
153
        bg[NORMAL] = shade (0.6, @bg_color) #separator
 
154
        bg[INSENSITIVE] = shade (0.5, @bg_color) #inactive highlight arrows 
 
155
}
 
156
 
 
157
style "darkilouche-frame-title" = "darkilouche-default"
 
158
{
 
159
  fg[NORMAL] = lighter (@fg_color)
 
160
}
 
161
 
 
162
style "darkilouche-tooltips" = "darkilouche-default"
 
163
{
 
164
  xthickness = 4
 
165
  ythickness = 4
 
166
        bg[NORMAL] = @tooltip_bg_color
 
167
        fg[NORMAL] = @tooltip_fg_color
 
168
  #bg[NORMAL] = shade (1.2, @selected_bg_color)
 
169
}
 
170
 
 
171
style "darkilouche-progressbar" = "darkilouche-wide" 
 
172
{
 
173
  xthickness = 1
 
174
  ythickness = 1
 
175
  bg[SELECTED]  = shade (1.1, @selected_bg_color)
 
176
 
 
177
}
 
178
 
 
179
 
 
180
style "darkilouche-combo" = "darkilouche-button"
 
181
{
 
182
}
 
183
 
 
184
style "darkilouche-scale" = "darkilouche-button"
 
185
{
 
186
        GtkRange::trough-side-details = 1
 
187
}       
 
188
 
 
189
style "darkilouche-dialogbutton" = "darkilouche-default"
 
190
{
 
191
 
 
192
        #gtk-button-images = 0
 
193
        #GtkButton::inner-border = {4,4,4,4}
 
194
 
 
195
        bg[NORMAL]        = shade (.5, @bg_color) # normal bcg
 
196
        fg[NORMAL]        = @selected_fg_color
 
197
  bg[INSENSITIVE]   = shade (.8, @bg_color) # disabled bcg
 
198
        fg[INSENSITIVE]   = @selected_fg_color
 
199
  bg[PRELIGHT]      = shade (.65, @bg_color) # hover bcg
 
200
        fg[PRELIGHT]      = @selected_fg_color
 
201
  bg[ACTIVE]        = shade (.4, @bg_color) # pushed bcg
 
202
}
 
203
 
 
204
style "darkilouche-tree" = "darkilouche-default"
 
205
{
 
206
  xthickness = 2
 
207
  ythickness = 2
 
208
}
 
209
 
 
210
 
 
211
 
 
212
#special case panel menus
 
213
style "panel-menu" = "darkilouche-default"
 
214
{
 
215
        bg[NORMAL] = @bg_color
 
216
}
 
217
 
 
218
#nautilus search stripe and other specialties
 
219
style "extra-view" {
 
220
        bg[NORMAL] = shade (1.2, @selected_bg_color)
 
221
        fg[NORMAL] = shade (0.5, @bg_color)  
 
222
 
223
 
 
224
style "evolution-hack" = "darkilouche-default"
 
225
{
 
226
        bg[ACTIVE]   = @selected_bg_color  
 
227
        bg[SELECTED] = @selected_bg_color  
 
228
        fg[ACTIVE]   = @text_color
 
229
        fg[SELECTED] = shade (0.5, @bg_color)
 
230
}
 
231
 
 
232
style "fspot-photos" = "darkilouche-default"
 
233
{
 
234
         base[NORMAL] = shade (0.5, @bg_color)
 
235
         fg[NORMAL] = "#000000"
 
236
}
 
237
 
 
238
 
 
239
 
 
240
 
 
241
 
 
242
 
 
243
 
 
244
 
 
245
# widget styles
 
246
class "GtkWidget"    style "darkilouche-default"
 
247
class "GtkButton"    style "darkilouche-button"
 
248
class "GtkScale"     style "darkilouche-scale"
 
249
class "GtkCombo"     style "darkilouche-button"
 
250
class "GtkRange"     style "darkilouche-wide"
 
251
class "GtkFrame"     style "darkilouche-wide"
 
252
class "GtkSeparator" style "darkilouche-wide"
 
253
class "GtkMenu"      style "darkilouche-menu"
 
254
class "GtkEntry"     style "darkilouche-wider"
 
255
class "GtkMenuItem"    style "darkilouche-menu-item"
 
256
class "GtkNotebook"    style "darkilouche-notebook"
 
257
class "GtkProgressBar" style "darkilouche-progressbar"
 
258
class "GtkMenuBar" style "darkilouche-menubar"
 
259
 
 
260
class "GtkCheckButton" style "darkilouche-radiobutton"
 
261
class "GtkRadioButton" style "darkilouche-radiobutton"
 
262
 
 
263
widget_class "*MenuItem.*" style "darkilouche-menu-item"
 
264
#widget_class "*.GtkMenuBar.*MenuItem.*" style "darkilouche-menubar-item"
 
265
 
 
266
#dialog button
 
267
widget_class "*.Gtk*ButtonBox.*Button*" style "darkilouche-dialogbutton"
 
268
 
 
269
#menu stripe (but not on the panel)
 
270
widget_class "*MenuItem.*" style "darkilouche-menu-item"
 
271
class "PanelMenuBar" style "panel-menu"
 
272
 
 
273
# combobox stuff
 
274
widget_class "*.GtkComboBox.GtkButton" style "darkilouche-combo"
 
275
widget_class "*.GtkCombo.GtkButton"    style "darkilouche-combo"
 
276
# tooltips stuff
 
277
widget_class "*.tooltips.*.GtkToggleButton" style "darkilouche-tasklist" ####darkilouche-tasklist
 
278
widget "gtk-tooltip*" style "darkilouche-tooltips"
 
279
 
 
280
# treeview stuff
 
281
widget_class "*.GtkTreeView.GtkButton" style "darkilouche-tree"
 
282
widget_class "*.GtkCTree.GtkButton" style "darkilouche-tree"
 
283
widget_class "*.GtkList.GtkButton" style "darkilouche-tree"
 
284
widget_class "*.GtkCList.GtkButton" style "darkilouche-tree"
 
285
widget_class "*.GtkFrame.GtkLabel" style "darkilouche-frame-title"
 
286
 
 
287
# notebook stuff
 
288
widget_class "*.GtkNotebook.*.GtkEventBox" style "darkilouche-notebook"
 
289
widget_class "*.GtkNotebook.*.GtkViewport" style "darkilouche-notebook"
 
290
 
 
291
#nautilus search stripe
 
292
widget "*.nautilus-extra-view-widget" style:highest "extra-view"
 
293
 
 
294
#f-spot stuff
 
295
class "__gtksharp_*_IconView" style "fspot-photos"
 
296
widget_class "*.__gtksharp_*_PhotoView.*.GtkEventBox*" style "fspot-photos"
 
297
 
 
298
 
 
299
# Evolution
 
300
widget_class "*GtkCTree*" style "evolution-hack"
 
301
widget_class "*GtkList*" style "evolution-hack"
 
302
widget_class "*GtkCList*" style "evolution-hack"
 
303
widget_class "*.ETree.*" style "evolution-hack"
 
304
 
 
305
style "menu_color"
 
306
{
 
307
fg[NORMAL] = @fg_color
 
308
fg[PRELIGHT] = @fg_color
 
309
fg[SELECTED] = @selected_fg_color
 
310
fg[ACTIVE] = @fg_color
 
311
fg[INSENSITIVE] = darker (@bg_color)
 
312
bg[NORMAL] = @bg_color
 
313
bg[PRELIGHT] = shade (1.02, @bg_color)
 
314
bg[SELECTED] = shade (1.5, @bg_color)
 
315
bg[INSENSITIVE] = @bg_color
 
316
bg[ACTIVE] = shade (0.9, @bg_color)
 
317
}
 
318
 
 
319
widget_class "Menu" style "menu_color"