~ubuntu-branches/ubuntu/vivid/lubuntu-artwork/vivid

« back to all changes in this revision

Viewing changes to src/usr/share/themes/Lubuntu-default/gtk-2.0/apps/thunar.rc

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2015-03-10 09:40:15 UTC
  • Revision ID: package-import@ubuntu.com-20150310094015-i6xlhz8jb72v700r
Tags: 0.53
* src/usr/share/icons:
 - Update icons theme.
* src/usr/share/themes/Lubuntu-default/
 - Update current theme.
* src/usr/share/lubuntu/wallpapers/
 - Added community wallpapers for 15.04. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
style "sidepane"
 
1
style "thunar-sidepane"
2
2
{
3
3
        GtkTreeView::vertical-separator = 2
4
4
 
15
15
                function        = FLAT_BOX
16
16
                state           = SELECTED
17
17
                recolorable     = TRUE
18
 
                file            = "images/sidebar_active.png"           
 
18
                file            = "/images/sidebar_active.png"          
19
19
                border          = { 0, 0, 0, 0 }
20
20
                stretch         = TRUE
21
21
                }
23
23
        image {
24
24
                function        = FOCUS
25
25
                recolorable     = TRUE
26
 
                file            = "images/sidebar_active.png"
 
26
                file            = "/images/sidebar_active.png"
27
27
                border          = { 0, 0, 0, 0 }
28
28
                stretch         = TRUE
29
29
                } 
30
30
        }
31
31
}
32
32
 
33
 
widget_class "*ThunarShortcutsView*"            style "sidepane"
 
33
style "thunar-handle" {
 
34
        GtkPaned::handle-size = 1
 
35
        engine "pixmap" {
 
36
                image { function = HANDLE file = "/images/handle.png" stretch = TRUE border = { 0, 0, 0, 0 } }
 
37
        }
 
38
}
 
39
 
 
40
style "thunar-location" {
 
41
        ThunarLocationButtons::spacing = 0
 
42
}
 
43
 
 
44
style "thunar-frame" {
 
45
        xthickness = 0
 
46
        ythickness = 0
 
47
}
 
48
 
34
49
widget_class "*ThunarLocationEntry*"            style "entry"
35
 
 
36
 
 
37
 
# Gtk2 Open-File Dialog
38
 
widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*"     style "sidepane"
39
 
 
 
50
widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame"
 
51
widget_class "*ThunarLocationButtons*" style "thunar-location"
 
52
widget_class "*ThunarShortcutsView*" style "thunar-sidepane"
 
53
widget_class "*ThunarTreeView*" style "thunar-sidepane"
 
54
widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle"
 
55
widget_class "*ThunarStatusbar*" style "thunar-statusbar"