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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2015-02-15 18:04:55 UTC
  • Revision ID: package-import@ubuntu.com-20150215180455-836z0rixpnuwhvk8
Tags: 0.51
* usr/share/icons:
 - Update icons theme.
* usr/share/themes/Lubuntu-default/
 - Update current theme.
 - Fix GTK properties (LP: #1411553).
* usr/share/lubuntu/wallpapers/1504-lubuntu-default-wallpaper.png
 - Update wallpaper for 15.04.
* debian/control:
 - Add a sddm theme binary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
style "caja-window-base" { bg[NORMAL] = @base_color }
 
2
 
 
3
style "caja-sidebar" = "murrine-sidebar" {
 
4
        GtkTreeView::horizontal_separator = 15
 
5
        GtkTreeView::vertical_separator = 2
 
6
 
 
7
        text[NORMAL] = @fg_color
 
8
        base[NORMAL] = @sidepane_color
 
9
 
 
10
        GtkTreeView::odd_row_color = "#E3E3E3"
 
11
        GtkTreeView::even_row_color = "#E3E3E3"
 
12
}
 
13
 
 
14
style "caja-view" {
 
15
        xthickness = 0
 
16
        ythickness = 0
 
17
}
 
18
 
 
19
style "caja-handle" {
 
20
        GtkPaned::handle-size = 1
 
21
        
 
22
        engine "pixmap" {
 
23
                # for the thin gray line separating the sidepane and viewpane
 
24
                image {
 
25
                        function        = HANDLE
 
26
                        recolorable     = TRUE
 
27
                        file            = "images/handle-vert.png"
 
28
                        stretch         = TRUE
 
29
                        border          = { 0, 0, 0, 0 }
 
30
                }
 
31
        }
 
32
}
 
33
 
 
34
style "caja-statusbar"
 
35
{
 
36
        bg[NORMAL] = @base_color
 
37
        base[NORMAL] = @base_color
 
38
        fg[NORMAL] = shade (1.2, @fg_color)
 
39
 
 
40
        engine "murrine" {}
 
41
}
 
42
 
 
43
style "caja-location"
 
44
{
 
45
 
 
46
        xthickness = 0
 
47
        ythickness = 0
 
48
 
 
49
        bg[NORMAL] = @base_color
 
50
 
 
51
        engine "pixmap" {
 
52
                image
 
53
                {
 
54
                function        = FLAT_BOX
 
55
                recolorable     = TRUE
 
56
                file            = "../images/extra-widget.png"
 
57
                state           = NORMAL
 
58
                stretch         = TRUE
 
59
                border          = { 0, 0, 1, 0 }
 
60
                }
 
61
        }
 
62
}
 
63
 
 
64
style "caja-pathbar"
 
65
{       
 
66
        #bg[NORMAL] = @bg_color
 
67
}
 
68
 
 
69
############################################
 
70
# CAJA
 
71
# Order of assignment is important
 
72
#############################################
 
73
 
 
74
widget_class "*CajaSidePane.*"                 style "caja-sidebar"
 
75
widget_class "*Caja*Places*Sidebar*"           style "caja-sidebar"
 
76
widget_class "*Caja*Side*.GtkWidget"           style "caja-sidebar"
 
77
widget_class "*Caja*Side*Title*"               style "caja-sidebar"
 
78
 
 
79
#widget "*CajaNavigationWindow"                 style "caja-window-base"
 
80
 
 
81
#widget_class "*Caja*Scrollbar"                 style "murrine-scrollbar"
 
82
#widget_class "*CajaSidePane.*Scrollbar"        style:highest "murrine-scrollbar"       
 
83
widget_class "*Caja*Statusbar*"                style "caja-statusbar"
 
84
 
 
85
widget "*Caja*Splitter"                        style "caja-handle"
 
86
widget_class "*Caja*View*"                     style "caja-view"
 
87
#widget_class "*Caja*Notebook"                  style "murrine-notebook"
 
88
 
 
89
#widget_class "*Caja*<GtkTreeView>.<GtkButton>" style "murrine-treeview-header"
 
90
#widget_class "*Caja*<GtkCTree>.<GtkButton>"    style "murrine-treeview-header"
 
91
#widget_class "*Caja*<GtkList>.<GtkButton>"     style "murrine-treeview-header"
 
92
#widget_class "*Caja*<GtkCList>.<GtkButton>"    style "murrine-treeview-header"
 
93
 
 
94
widget_class "*CajaPathBar*"                   style "caja-pathbar" 
 
95
widget "*.caja-extra-view-widget"              style "caja-location"