-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcursors.cfg
47 lines (40 loc) · 888 Bytes
/
cursors.cfg
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
#include <definitions>
__E_CFG_VERSION 1
/* Maintained at themes.effx.us
$Id: cursors.cfg 46 2009-04-13 05:25:03Z don $ */
__CURSOR __BGN
__NAME DEFAULT
__FG_COLOR 255 255 255
__BG_COLOR 0 0 0
__XBM_FILE "artwork/cursors/cursor.xbm"
__END
__CURSOR __BGN
__NAME MOVE
__FG_COLOR 255 255 255
__BG_COLOR 0 0 0
__XBM_FILE "artwork/cursors/move.xbm"
__END
__CURSOR __BGN
__NAME RESIZE_H
__FG_COLOR 255 255 255
__BG_COLOR 0 0 0
__XBM_FILE "artwork/cursors/resize_h.xbm"
__END
__CURSOR __BGN
__NAME RESIZE_V
__FG_COLOR 255 255 255
__BG_COLOR 0 0 0
__XBM_FILE "artwork/cursors/resize_v.xbm"
__END
__CURSOR __BGN
__NAME RESIZE_BR
__FG_COLOR 255 255 255
__BG_COLOR 0 0 0
__XBM_FILE "artwork/cursors/resize_br.xbm"
__END
__CURSOR __BGN
__NAME RESIZE_TR
__FG_COLOR 255 255 255
__BG_COLOR 0 0 0
__XBM_FILE "artwork/cursors/resize_tr.xbm"
__END