~skellat/+junk/shimmer-themes

« back to all changes in this revision

Viewing changes to bluebird/gtk-2.0/nautilus.rc

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-02-05 22:48:30 UTC
  • mfrom: (0.3.1) (0.2.1) (0.1.1)
  • Revision ID: package-import@ubuntu.com-20120205224830-2xcw5f6gm51t4tci
Tags: 1.1-0ubuntu1
Initial release, split Shimmer Project themes from murrine-themes
(Albatross [a4c586d], Bluebird [2713c7e], Greybird [7915c3e]).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
style "nautilus-window-base"
 
2
{
 
3
        bg[NORMAL]      = @fm_color
 
4
}
 
5
 
 
6
style "nautilus-sidebar" {
 
7
        font_name                         = "Regular"
 
8
 
 
9
        GtkTreeView::odd_row_color              = "#e2e2e2"
 
10
        GtkTreeView::even_row_color             = "#e2e2e2"
 
11
 
 
12
        # these make the padding from left window edge a little more sane
 
13
        GtkTreeView::vertical_separator           = 4
 
14
        GtkTreeView::horizontal_separator         = 15
 
15
        GtkTreeView::indent-expanders             = 1 # 1 means TRUE
 
16
        GtkTreeView::expander-size                = 8
 
17
        GtkExpander::expander_spacing             = 16
 
18
        GtkButton::image_spacing                  = 4
 
19
 
 
20
        xthickness                                = 8
 
21
        ythickness                                = 0
 
22
}
 
23
 
 
24
style "nautilus-view"
 
25
{
 
26
        xthickness              = 0
 
27
        ythickness              = 0
 
28
}
 
29
 
 
30
style "nautilus-handle"
 
31
{
 
32
        GtkPaned::handle-size = 1
 
33
        
 
34
        engine "pixmap"
 
35
        {
 
36
                image # for the thin gray line separating the sidepane and viewpane
 
37
                {
 
38
                        function        = HANDLE
 
39
                        recolorable     = TRUE
 
40
                        file            = "Handles/handle-nautilus.png"
 
41
                        stretch         = TRUE
 
42
                        border          = { 0, 0, 0, 0 }
 
43
                }
 
44
        }
 
45
}
 
46
 
 
47
style "nautilus-statusbar"
 
48
{
 
49
        xthickness = 4
 
50
 
 
51
        bg[NORMAL]      = @fm_color
 
52
        bg[PRELIGHT]    = shade (1.16, mix (0.1, @bg_color, @selected_bg_color))
 
53
        bg[SELECTED]    = @fg_color
 
54
 
 
55
        base[SELECTED]  = shade (0.8, @selected_bg_color)
 
56
 
 
57
        fg[NORMAL]      = mix (0.4, @fm_color, @text_color)
 
58
        fg[PRELIGHT]    = mix (0.4, @fm_color, @text_color)
 
59
        fg[SELECTED]    = mix (0.4, @fm_color, @text_color)
 
60
        fg[ACTIVE]      = mix (0.4, @fm_color, @text_color)
 
61
        fg[INSENSITIVE] = mix (0.4, @fm_color, @text_color)
 
62
 
 
63
        engine "pixmap" 
 
64
        {
 
65
 
 
66
            image
 
67
                {
 
68
                        function        = RESIZE_GRIP
 
69
                        recolorable     = TRUE
 
70
                        detail          = "statusbar"
 
71
                        overlay_file    = "Handles/resize_grip.png"
 
72
                        overlay_border  = {0,0,0,0 }
 
73
                        overlay_stretch = FALSE
 
74
                }
 
75
        }
 
76
}
 
77
 
 
78
style "nautilus-mode-button"
 
79
{
 
80
        bg[NORMAL]      = shade (1.13, @bg_color)
 
81
        bg[PRELIGHT]    = mix (0.96, @bg_color, @selected_bg_color)
 
82
        bg[ACTIVE]      = shade (0.8, @bg_color)
 
83
        bg[INSENSITIVE] = shade (1.055, @bg_color)
 
84
        bg[SELECTED]    = shade (0.95, @selected_bg_color)
 
85
 
 
86
        engine "murrine" 
 
87
        {
 
88
                roundness           = 0
 
89
                contrast            = 1.0
 
90
                highlight_shade     = 1.02
 
91
                lightborder_shade   = 1.7
 
92
                gradient_shades     = {1.3,1.10,0.95,0.92} 
 
93
                border_shades       = { 1.1, 0.9 }
 
94
                shadow_shades       = {0.0,0.0}
 
95
                reliefstyle         = 3
 
96
        }
 
97
}
 
98
 
 
99
style "nautilus-scale"
 
100
{
 
101
        ythickness = 0
 
102
        
 
103
        engine "pixmap" 
 
104
        {
 
105
                image 
 
106
                {
 
107
                        function        = BOX
 
108
                        recolorable     = TRUE
 
109
                        detail          = "trough"
 
110
                        file            = "Range/trough.png"
 
111
                        border          = { 10, 10, 5, 15 }
 
112
                        stretch         = TRUE
 
113
                        orientation     = HORIZONTAL
 
114
                }       
 
115
                image 
 
116
                {
 
117
                        function        = SLIDER
 
118
                        recolorable     = TRUE
 
119
                        state           = NORMAL
 
120
                        file            = "Others/null.png"
 
121
                        border          = { 0, 0, 0, 0 }
 
122
                        stretch         = TRUE
 
123
                        overlay_file    = "Range/slider.png"
 
124
                        overlay_stretch = FALSE
 
125
                        orientation     = HORIZONTAL
 
126
                }
 
127
                image 
 
128
                {
 
129
                        function        = SLIDER
 
130
                        recolorable     = TRUE
 
131
                        state           = PRELIGHT
 
132
                        file            = "Others/null.png"
 
133
                        border          = { 0, 0, 0, 0 }
 
134
                        stretch         = TRUE
 
135
                        overlay_file    = "Range/slider-prelight.png"
 
136
                        overlay_stretch = FALSE
 
137
                        orientation     = HORIZONTAL
 
138
                }
 
139
                image 
 
140
                {
 
141
                        function        = SLIDER
 
142
                        recolorable     = TRUE
 
143
                        state           = INSENSITIVE
 
144
                        file            = "Others/null.png"
 
145
                        border          = { 0, 0, 0, 0 }
 
146
                        stretch         = TRUE
 
147
                        overlay_file    = "Range/slider.png"
 
148
                        overlay_stretch = FALSE
 
149
                        orientation     = HORIZONTAL
 
150
                }
 
151
        }
 
152
}
 
153
 
 
154
style "smaller-text"
 
155
{
 
156
}
 
157
 
 
158
style "handle"
 
159
{
 
160
}
 
161
 
 
162
### Breadcrumbs ###
 
163
 
 
164
style "nautilus-breadcrumbs"
 
165
{
 
166
        xthickness = 3
 
167
        ythickness = 0
 
168
        
 
169
        GtkButton::child-displacement-y         = 0
 
170
        GtkButton::inner-border                         = { 0, 8, 0, 0}
 
171
 
 
172
        engine "pixmap"
 
173
        {       
 
174
                image
 
175
                {
 
176
                        function                = BOX
 
177
                        shadow                          = OUT
 
178
                        recolorable             = TRUE
 
179
                        state                           = PRELIGHT
 
180
                        file                            = "Breadcrumbs/breadcrumb_prelight.png"
 
181
                        border                          = { 3, 13, 3, 3 }
 
182
                        stretch                 = TRUE
 
183
                }               
 
184
 
 
185
                image
 
186
                {
 
187
                        function                = BOX
 
188
                        recolorable             = TRUE
 
189
                        shadow                          = IN
 
190
                        state                           = PRELIGHT
 
191
                        file                            = "Breadcrumbs/breadcrumb_active.png"
 
192
                        border                          = { 3, 13, 3, 3 }
 
193
                        stretch                 = TRUE
 
194
                }
 
195
          
 
196
                image
 
197
                {
 
198
                        function                = BOX
 
199
                        recolorable             = TRUE
 
200
                        state                           = NORMAL
 
201
                        file                            = "Breadcrumbs/breadcrumb_normal.png"
 
202
                        border                          = { 3, 13, 3, 3 }
 
203
                        stretch                 = TRUE
 
204
                }
 
205
                
 
206
                image
 
207
                {
 
208
                        function                = BOX
 
209
                        recolorable             = TRUE
 
210
                        state                           = PRELIGHT
 
211
                        file                            = "Breadcrumbs/breadcrumb_active.png"
 
212
                        border                          = { 3, 13, 3, 3 }
 
213
                        stretch                 = TRUE
 
214
                }
 
215
        
 
216
 
 
217
                image
 
218
                {
 
219
                        function                = BOX
 
220
                        recolorable             = TRUE
 
221
                        state                           = ACTIVE
 
222
                        file                            = "Breadcrumbs/breadcrumb_active.png"
 
223
                        border                          = { 3, 13, 3, 3 }
 
224
                        stretch                 = TRUE
 
225
                }  
 
226
 
 
227
                image
 
228
                {
 
229
                        function                = BOX
 
230
                        recolorable             = TRUE
 
231
                        state                           = INSENSITIVE
 
232
                        file                            = "Breadcrumbs/breadcrumb_normal.png"
 
233
                        border                          = { 3, 13, 3, 3 }
 
234
                        stretch                 = TRUE
 
235
                } 
 
236
 
 
237
                image
 
238
                {
 
239
                        function                = BOX
 
240
                        recolorable             = TRUE
 
241
                        state                           = SELECTED
 
242
                        file                            = "Breadcrumbs/breadcrumb_active.png"
 
243
                        border                          = { 3, 13, 3, 3 }
 
244
                        stretch                 = TRUE
 
245
                }
 
246
        }
 
247
}
 
248
 
 
249
style "nautilus-left-slider"
 
250
{
 
251
        xthickness = 0
 
252
        ythickness = 0
 
253
        
 
254
        engine "pixmap"
 
255
        {
 
256
                image
 
257
                {
 
258
                        function                = BOX
 
259
                        file                    = "Breadcrumbs/left_slider_normal.png"
 
260
                        border                  = { 3, 3, 3, 3 }
 
261
                        stretch                 = TRUE
 
262
                }
 
263
        }
 
264
 
 
265
}
 
266
 
 
267
style "nautilus-right-slider"
 
268
{       
 
269
        xthickness = 0
 
270
        ythickness = 0
 
271
        
 
272
        engine "pixmap"
 
273
        {
 
274
                image
 
275
                {
 
276
                        function                = BOX
 
277
                        file                    = "Breadcrumbs/right_slider_normal.png"
 
278
                        border                  = { 3, 3, 3, 3 }
 
279
                        stretch                 = TRUE
 
280
                }
 
281
        }
 
282
}
 
283
 
 
284
############################################
 
285
# NAUTILUS
 
286
# Order of assignment is important
 
287
#############################################
 
288
 
 
289
widget_class "*Nautilus*Window*"                style "nautilus-window-base"
 
290
#widget_class "*Nautilus*Menu*"                  style "murrine-menu"
 
291
#widget_class "*Nautilus*MenuBar*"               style "pixbuf-menubar"
 
292
widget_class "*Nautilus*Statusbar*"             style "nautilus-statusbar"
 
293
widget_class "*Nautilus*Toolbar*"               style "murrine-toolbar"
 
294
widget_class "*Nautilus*Toolbar*Button"         style "murrine-button"
 
295
widget_class "*Nautilus*Scale*"                 style "nautilus-scale"
 
296
widget "*Nautilus*Splitter"                     style "nautilus-handle"
 
297
widget_class "*Nautilus*View*"                  style "nautilus-view"
 
298
widget_class "*Nautilus*Places*Sidebar*"        style "nautilus-sidebar"
 
299
widget_class "*Nautilus*Notebook"               style "murrine-notebook"
 
300
widget "*GtkModeButton*"                        style "nautilus-mode-button"
 
301
 
 
302
widget_class "*NautilusPathBar.*ToggleButton" style "nautilus-breadcrumbs" 
 
303
widget "Nautilus*left_slider*" style "nautilus-left-slider" 
 
304
widget "Nautilus*right_slider*" style "nautilus-right-slider" 
 
305
 
 
306
#widget "*.nautilus-extra-view-widget*"                         style:highest "murrine-dark"