~ubuntu-branches/ubuntu/wily/lubuntu-artwork/wily

« back to all changes in this revision

Viewing changes to usr/share/themes/Lubuntu-dark-panel/gtk-2.0/apps/nautilus.rc

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2014-08-20 21:57:46 UTC
  • Revision ID: package-import@ubuntu.com-20140820215746-ut352ug8cuw04n6q
Tags: 0.48
* lib/plymouth/themes/lubuntu-text:
 - Update to 14.10.
* usr/share/icons:
 - Update icons theme.
* usr/share/themes/Lubuntu-default/
 - Initial support for mate desktop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
style "nautilus-window-base"
2
 
{
3
 
        bg[NORMAL]      = @base_color
4
 
}
5
 
 
6
 
style "nautilus-sidebar" = "sidebar"
7
 
{
8
 
        GtkTreeView::horizontal_separator       = 15
9
 
        GtkTreeView::vertical_separator         = 2
10
 
}
11
 
 
12
 
style "nautilus-sidebar-other" = "nautilus-sidebar"
13
 
{
14
 
        xthickness                              = 0
15
 
        bg[NORMAL]                              = @sidebar_color
16
 
}
17
 
 
18
 
style "nautilus-view"
19
 
{
20
 
        xthickness              = 0
21
 
        ythickness              = 0
22
 
}
23
 
 
24
 
style "nautilus-handle"
25
 
{
26
 
        GtkPaned::handle-size         = 2
27
 
        
28
 
        engine "pixmap"
29
 
        {
30
 
                image # for the thin gray line separating the sidepane and viewpane
31
 
                {
32
 
                    function            = HANDLE
33
 
                    recolorable         = TRUE
34
 
                    file                = "/Sidebar/handle.png"
35
 
                    stretch             = TRUE
36
 
                    border              = { 0, 0, 0, 0 }
37
 
                }
38
 
        }
39
 
}
40
 
 
41
 
style "nautilus-extra-view"
42
 
{
43
 
 
44
 
        xthickness              = 0
45
 
        ythickness              = 0
46
 
 
47
 
        bg_pixmap[NORMAL]       = "/nautilus/extra-widget.png"
48
 
 
49
 
}
50
 
 
51
 
style "nautilus-statusbar"
52
 
{
53
 
        xthickness      = 4
54
 
 
55
 
        bg[NORMAL]      = @base_color
56
 
        bg[PRELIGHT]    = shade (1.16, mix (0.1, @bg_color, @selected_bg_color))
57
 
        bg[SELECTED]    = @fg_color
58
 
 
59
 
        base[SELECTED]  = shade (0.8, @selected_bg_color)
60
 
 
61
 
        fg[NORMAL]      = mix (0.4, @base_color, @text_color)
62
 
        fg[PRELIGHT]    = mix (0.4, @base_color, @text_color)
63
 
        fg[SELECTED]    = mix (0.4, @base_color, @text_color)
64
 
        fg[ACTIVE]      = mix (0.4, @base_color, @text_color)
65
 
        fg[INSENSITIVE] = mix (0.4, @base_color, @text_color)
66
 
 
67
 
        engine "pixmap" 
68
 
        {
69
 
 
70
 
            image
71
 
            {
72
 
                function        = RESIZE_GRIP
73
 
                recolorable     = TRUE
74
 
                detail          = "statusbar"
75
 
                overlay_file    = "/nautilus/resize_grip.png"
76
 
                overlay_border  = {0,0,0,0 }
77
 
                overlay_stretch = FALSE
78
 
            }
79
 
      }
80
 
}
81
 
 
82
 
style "nautilus-notebook" 
83
 
{
84
 
        xthickness              = 0
85
 
        ythickness              = 0
86
 
}
87
 
 
88
 
style "nautilus-scale"
89
 
{
90
 
        ythickness = 0
91
 
 
92
 
        GtkRange                ::trough-border                         = 0
93
 
        GtkScale                ::trough-side-details                   = 0
94
 
        
95
 
        engine "pixmap" 
96
 
        {
97
 
                image 
98
 
                {
99
 
                        function                = BOX
100
 
                        detail                  = "trough"
101
 
                        file                    = "/Range/trough.png"
102
 
                        border                  = { 10, 10, 5, 15 }
103
 
                }       
104
 
                image 
105
 
                {
106
 
                        function                = SLIDER
107
 
                        overlay_file            = "/Range/slider.png"
108
 
                        overlay_stretch         = FALSE
109
 
    }
110
 
  }
111
 
}
112
 
 
113
 
 
114
 
style "nautilus-mode-button"
115
 
{
116
 
 
117
 
        engine "pixmap"
118
 
        {       
119
 
                image
120
 
                {
121
 
                        function                = BOX
122
 
                        recolorable             = TRUE
123
 
                        state                           = PRELIGHT
124
 
                        file                            = "/nautilus/mode_prelight.png"
125
 
                        border                          = { 3, 13, 3, 3 }
126
 
                        stretch                 = TRUE
127
 
                }
128
 
          
129
 
                image
130
 
                {
131
 
                        function                = BOX
132
 
                        recolorable             = TRUE
133
 
                        state                           = NORMAL
134
 
                        file                            = "/nautilus/mode_normal.png"
135
 
                        border                          = { 3, 13, 3, 3 }
136
 
                        stretch                 = TRUE
137
 
                }
138
 
        
139
 
                image
140
 
                {
141
 
                        function                = BOX
142
 
                        recolorable             = TRUE
143
 
                        state                           = ACTIVE
144
 
                        file                            = "/nautilus/mode_pressed.png"
145
 
                        border                          = { 3, 13, 3, 3 }
146
 
                        stretch                 = TRUE
147
 
                }  
148
 
 
149
 
                image
150
 
                {
151
 
                        function                = BOX
152
 
                        recolorable             = TRUE
153
 
                        state                           = INSENSITIVE
154
 
                        file                            = "/nautilus/mode_normal.png"
155
 
                        border                          = { 3, 13, 3, 3 }
156
 
                        stretch                 = TRUE
157
 
                } 
158
 
 
159
 
                image
160
 
                {
161
 
                        function                = BOX
162
 
                        recolorable             = TRUE
163
 
                        state                           = SELECTED
164
 
                        file                            = "/nautilus/mode_pressed.png"
165
 
                        border                          = { 3, 13, 3, 3 }
166
 
                        stretch                 = TRUE
167
 
                }
168
 
        }
169
 
 
170
 
}
171
 
 
172
 
style "nautilus-right-slider"
173
 
{       
174
 
        xthickness = 0
175
 
        ythickness = 0
176
 
        
177
 
        engine "pixmap"
178
 
        {
179
 
                image {
180
 
                        function                = BOX
181
 
                        file                    = "/nautilus/right_slider_normal.png"
182
 
                        border                  = { 3, 3, 3, 3 }
183
 
                        stretch                 = TRUE
184
 
                }
185
 
        }
186
 
}
187
 
 
188
 
widget          "*NautilusNavigationWindow"     style "nautilus-window-base"
189
 
widget          "*Nautilus*Splitter"            style "nautilus-handle"
190
 
widget_class    "*Nautilus*View*"               style "nautilus-view"
191
 
widget_class    "*Nautilus*NautilusSidePane*"   style "nautilus-sidebar"
192
 
widget_class    "*Nautilus*Statusbar*"          style "nautilus-statusbar"
193
 
widget_class    "*Nautilus*Scale*"              style "nautilus-scale"
194
 
 
195
 
widget_class    "*Nautilus*Notebook"            style "nautilus-notebook"
196
 
 
197
 
widget          "*GtkModeButton*"               style "nautilus-mode-button"
198
 
 
199
 
widget "*.nautilus-extra-view-widget"           style : highest "nautilus-extra-view"
200
 
 
201
 
widget_class "*NautilusPathBar.*ToggleButton*" style "nautilus-breadcrumbs" 
202
 
widget "Nautilus*left_slider*" style "nautilus-left-slider" 
203
 
widget "Nautilus*right_slider*" style "nautilus-right-slider"
204