5 # gradients start with COLORHI and end with COLORLO
8 # inner cursor colors, #999999 and #555555 in source image
9 CURSORCOLORHI="#ccffcc"
10 CURSORCOLORLO="#00ff00"
12 # shadow color, processed by ImageMagick
15 # the outline color, #000000 in source image
16 OUTLINECOLOR="#111111"
18 # the hair color (text, crosshair), #010101 in source image
21 # the hilight colors, #999933 and #666600 in source image
25 # cursor and shadow transparancy
26 # 0=opague, 1=transparent
30 # the outline width in pixel
34 # sizes to render (height=width)
36 # Use the SIZES array to render on size only, or multiple
37 # sizes to be rendered to individual cursors or multiple
38 # sizes into one cursor. See the MULTISIZE build flag
39 # in README, INSTALL and install_all.
41 # SIZES=( Huge=64 Large=48 Regular=40 Small=32 )
44 SIZES=( Huge=64 Large=48 Regular=40 Small=32 )