File: Green-Regular.CONFIG

package info (click to toggle)
comixcursors 0.6.1-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 880 kB
  • ctags: 35
  • sloc: sh: 567; makefile: 87
file content (63 lines) | stat: -rw-r--r-- 977 bytes parent folder | download | duplicates (3)
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
# sh syntax please

#
# colors
# gradients start with COLORHI and end with COLORLO
#

# inner cursor colors, #999999 and #555555 in source image
CURSORCOLORHI="#ccffcc"
CURSORCOLORLO="#00ff00"

# shadow color, processed by ImageMagick
SHADOWCOLOR="#000000"

# the outline color, #000000 in source image
OUTLINECOLOR="#000000"

# the hair color (text, crosshair), #010101 in source image
HAIR="#000000"

# the hilight colors, #999933 and #666600 in source image
HILIGHTHI="#ffff33"
HILIGHTLO="#cccc00"

#
# transparency
#

# cursor and shadow transparancy
# 0=opague, 1=transparent
CURSORTRANS=0.3
SHADOWTRANS=0.7

# the shadow might need to get scaled...
SHADOWSCALE=0.9

#
# geometry
#

# final image size (height=width)
SIZE=40

# the outline width in pixel in 1000x1000 source image
OUTLINE=40

# shadow blur distance
BLUR=5

# shadow offset
XOFFSET=0
YOFFSET=3

#
# misc
#

# temporary image processing scale
TMPSCALE=4

# temporary image processing directory
TMPDIR=/tmp