Switch to upstream source from tarball ‘comixcursors_0.7.orig.tar.bz2’.
[debian_comixcursors.git] / ComixCursorsConfigs / Opaque-Orange-Regular.CONFIG
blobda88bca87971d2081348447f019e53bb6118710a
1 # sh syntax please
4 # colors
5 # gradients start with COLORHI and end with COLORLO
8 # inner cursor colors, #999999 and #555555 in source image
9 CURSORCOLORHI="#ffff00"
10 CURSORCOLORLO="#ff9900"
12 # shadow color, processed by ImageMagick
13 SHADOWCOLOR="#000000"
15 # the outline color, #000000 in source image
16 OUTLINECOLOR="#000000"
18 # the hair color (text, crosshair), #010101 in source image
19 HAIR="#000000"
21 # the hilight colors, #999933 and #666600 in source image
22 HILIGHTHI="#ffff33"
23 HILIGHTLO="#cccc00"
26 # transparency
29 # cursor and shadow transparancy
30 # 0=opague, 1=transparent
31 CURSORTRANS=0.0
32 SHADOWTRANS=0.7
34 # the shadow might need to get scaled...
35 SHADOWSCALE=0.9
38 # geometry
41 # final image size (height=width)
42 SIZE=40
44 # the outline width in pixel in 1000x1000 source image
45 OUTLINE=40
47 # shadow blur distance
48 BLUR=5
50 # shadow offset
51 XOFFSET=0
52 YOFFSET=3
55 # misc
58 # temporary image processing scale
59 TMPSCALE=4
61 # temporary image processing directory
62 TMPDIR=/tmp