aboutsummaryrefslogtreecommitdiff
path: root/themes/Mint-X-Aqua/gtk-2.0/styles/sliders.rc
blob: 08f59fc5a57b66d0b953ae31231be40d6ec34fcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
style "scale"
{
    bg[NORMAL] = shade (1.3, @bg_color) 
    bg[PRELIGHT] = shade (1.10, @bg_color)  
    bg[ACTIVE] = shade (0.9, @bg_color)
    bg[SELECTED] = shade (1.0, @selected_bg_color)  
    bg[INSENSITIVE] = shade (0.95, @bg_color)
    
    engine "murrine" 
    {
        focusstyle = 0
        glowstyle = 4
        gradient_shades = {1.0, 1.0, 0.9, 0.9}
        contrast = 1.10
        highlight_shade = 1.05
        lightborderstyle = 1
        border_shades = {1.0, 0.75}
        reliefstyle = 3
        roundness = 7
        trough_shades = {0.9, 1.1}
        #trough_border_shades = {1.20, 1.20}
    }
}

style "murrine-scrollbar" 
{
    xthickness = 1
    ythickness = 2
    
    bg[NORMAL] = shade (0.95, @bg_color)
    bg[SELECTED] = shade (0.8, @base_color)
    bg[ACTIVE] = shade (0.90, @bg_color)
    bg[PRELIGHT] = shade (0.90, @bg_color)
    
    engine "murrine" 
    {
        gradient_shades = {1.1, 1.1, 0.98, 0.98}
        highlight_shade = 1.0
        roundness = 8
        border_shades = {0.80, 0.80}
        contrast = 0.4
        #trough_shades = {0.9, 0.9}
    }
}

style "progressbar" 
{
    xthickness = 0
    ythickness = 0
    
    fg[PRELIGHT] = @selected_fg_color
    bg[NORMAL] = shade (1.06, @bg_color) 
    bg[ACTIVE] = shade (0.85, @base_color)
    bg[SELECTED] = shade (1.0, @selected_bg_color)  
    bg[INSENSITIVE] = shade (0.95, @bg_color)

    engine "murrine" {
        animation = FALSE
        contrast = 1.2
        highlight_shade = 1.0
        shadow_shades = {0.5, 0.0}
        lightborderstyle = 0
        lightborder_shade = 1.1
        trough_shades = { 1.0, 1.16}
        gradient_shades = {1.1,1.1,0.95,0.95}
        border_shades = { 1.1, 1.1 }
        progressbarstyle = 0
        roundness = 2
    }
}

style "scrollbar"
{
    #xthickness = 1
    #ythickness = 1
    
    engine "pixmap"
    {
        # Troughs
        
        image
        {
            function = BOX
            recolorable = TRUE
            detail = "trough"
            file = "images/scroll/trough-v.svg"
            border = {3, 3, 7, 7}
            stretch = TRUE
            orientation = VERTICAL
        }
        image
        {
            function = BOX
            recolorable = TRUE
            detail = "trough"
            file = "images/scroll/trough-h.svg"
            border = {7, 7, 3, 3}
            stretch = TRUE
            orientation = HORIZONTAL
        }
        
        # Sliders
        
        image
        {
            function = SLIDER
            recolorable = TRUE
            state = NORMAL
            file = "images/scroll/slider-v.svg"
            border = {5, 5, 7, 7}
            stretch = TRUE
            orientation = VERTICAL
        }
        image
        {
            function = SLIDER
            recolorable = TRUE
            state = PRELIGHT
            file = "images/scroll/slider-v-hover.svg"
            border = {5, 5, 7, 7}
            stretch = TRUE
            orientation = VERTICAL
        }
        image
        {
            function = SLIDER
            recolorable = TRUE
            state = ACTIVE
            file = "images/scroll/slider-v-hover.svg"
            border = {5, 5, 7, 7}
            stretch = TRUE
            orientation = VERTICAL
        }
        image
        {
            function = SLIDER
            recolorable = TRUE
            state = INSENSITIVE
            file = "images/scroll/slider-v-insensitive.svg"
            border = {5, 5, 7, 7}
            stretch = TRUE
            orientation = VERTICAL
        }
        image
        {
            function = SLIDER
            recolorable = TRUE
            state = NORMAL
            file = "images/scroll/slider-h.svg"
            border = {7, 7, 5, 5}
            stretch = TRUE
            orientation = HORIZONTAL
        }
        image
        {
            function = SLIDER
            recolorable = TRUE
            state = PRELIGHT
            file = "images/scroll/slider-h-hover.svg"
            border = {7, 7, 5, 5}
            stretch = TRUE
            orientation = HORIZONTAL
        }
        image
        {
            function = SLIDER
            recolorable = TRUE
            state = ACTIVE
            file = "images/scroll/slider-h-hover.svg"
            border = {7, 7, 5, 5}
            stretch = TRUE
            orientation = HORIZONTAL
        }
        image
        {
            function = SLIDER
            recolorable = TRUE
            state = INSENSITIVE
            file = "images/scroll/slider-h-insensitive.svg"
            border = {7, 7, 5, 5}
            stretch = TRUE
            orientation = HORIZONTAL
        }
    }
}