Import source for “0.9” from upstream tarball.
[debian_comixcursors.git] / ComixCursorsConfigs / Orange.CONFIG
blob27e1724f85602aa1d0722b094d934cd51c3630e0
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="#111111"
18 # the hair color (text, crosshair), #010101 in source image
19 HAIR="#660000"
21 # the hilight colors, #999933 and #666600 in source image
22 HILIGHTHI="#ffff33"
23 HILIGHTLO="#cccc00"
25 # cursor and shadow transparancy
26 # 0=opague, 1=transparent
27 CURSORTRANS=0.3
28 SHADOWTRANS=0.7
30 # the outline width in pixel
31 OUTLINE=30
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 )
42 # SIZES=( Large=48 )
44 SIZES=( Huge=64 Large=48 Regular=40 Small=32 )