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

« back to all changes in this revision

Viewing changes to usr/share/themes/Box2/gtk-2.0/progressbar.rc

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2014-12-13 08:48:01 UTC
  • Revision ID: package-import@ubuntu.com-20141213084801-3v2eo4z5u5innlj3
Tags: 0.50
* Backup current artwork items to 1410 items, and prepare 1504 ones.
* Build in a src/ directory to make dh_install --fail-missing working.
* debian/rules:
 - Enable dh_install --fail-missing.
* src/lib/plymouth/themes/lubuntu-text:
 - Update to 15.04.
* src/usr/share/lxqt:
 - Add an lxqt theme.
* src/usr/share/lubuntu/startpage:
 - Add a startpage.
* src/usr/share/unity-greeter
 - Add LXQt badge.
* src/usr/share/icons/Lubuntu/index.theme
 - Change type to threshold, to make it compatible with LXQt. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
########################################################################
2
 
# Progressbar
3
 
########################################################################
4
 
 
5
 
style "progressbar" {
6
 
        GtkProgressBar ::shadow-type = GTK_SHADOW_NONE
7
 
        bg[NORMAL] = "#C8C8C8"
8
 
        bg[SELECTED] = @selected_bg_color
9
 
        engine "pixmap" {
10
 
                image { function = BOX
11
 
                        detail = "trough"
12
 
                        file = "images/progressbar-trough-horiz.png"
13
 
                        border = {9, 9, 9, 9}
14
 
                        stretch = TRUE
15
 
                        orientation = HORIZONTAL }
16
 
                image { function = BOX
17
 
                        detail = "trough"
18
 
                        file = "images/progressbar-trough-vert.png"
19
 
                        border = {9, 9, 9, 9}
20
 
                        stretch = TRUE
21
 
                        orientation = VERTICAL }
22
 
                image { function = SHADOW
23
 
                        shadow = IN
24
 
                        file = "images/progressbar-trough-tree.png"
25
 
                        border = {9, 9, 9, 9}
26
 
                        stretch = TRUE }                
27
 
                image { function = BOX
28
 
                        detail = "bar"
29
 
                        file = "images/progressbar-horiz.png"
30
 
                        border = {8, 8, 8, 8}
31
 
                        stretch = TRUE
32
 
                        orientation = HORIZONTAL }
33
 
                image { function = BOX
34
 
                        detail = "bar"
35
 
                        file = "images/progressbar-vert.png"
36
 
                        border = {8, 8, 8, 8}
37
 
                        stretch = TRUE
38
 
                        orientation = VERTICAL }
39
 
                image { function = BOX
40
 
                        state = SELECTED
41
 
                        border = {2, 2, 2, 2}
42
 
                        file = "images/progressbar-horiz.png"
43
 
                        stretch = TRUE }
44
 
        }
45
 
}
46
 
 
47
 
style "progressbar_tree" {
48
 
        GtkProgressBar ::shadow-type = GTK_SHADOW_NONE
49
 
        bg[NORMAL] = "#C8C8C8"
50
 
        bg[SELECTED] = @selected_bg_color
51
 
        engine "pixmap" {
52
 
                image { function = SHADOW
53
 
                        shadow = IN
54
 
                        file = "images/progressbar-trough-tree.png"
55
 
                        border = {9, 9, 9, 9}
56
 
                        stretch = TRUE  }
57
 
                image { function = BOX
58
 
                        state = SELECTED
59
 
                        border = {2, 2, 2, 2}
60
 
                        file = "images/progressbar-tree.png"
61
 
                        stretch = TRUE  }
62
 
        }
63
 
}
64
 
 
65
 
class "GtkTreeView*" style "progressbar_tree"
66
 
class "GtkProgressBar*" style "progressbar"