blob: bc75950868cdf12ac69f448c10dbf9198a420080 (
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
|
style "frame"
{
xthickness = 1
ythickness = 1
engine "pixmap"
{
image
{
function = SHADOW
recolorable = TRUE
file = "images/frames/frame.svg"
border = {1, 1, 1, 1}
stretch = TRUE
shadow = IN
}
image
{
function = SHADOW_GAP
file = "images/frames/frame.svg"
border = {1, 1, 1, 1}
stretch = TRUE
gap_start_file = "images/frames/frame-gap-start.svg"
gap_start_border = {1, 0, 0, 0}
gap_end_file = "images/frames/frame-gap-end.svg"
gap_end_border = {0, 1, 0, 0}
shadow = IN
}
}
}
|