Switch to upstream source from tarball ‘comixcursors_0.7.orig.tar.bz2’.
[debian_comixcursors.git] / ComixCursorsConfigs / LH-Red-Huge-Slim.CONFIG
blob22d83accc1b1cfb1f760568c9e69e03fba1061bb
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="#ff6666"
10 CURSORCOLORLO="#ff0000"
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.3
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=64
44 # the outline width in pixel in 1000x1000 source image
45 OUTLINE=20
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