├── dist ├── cursors │ ├── ibeam │ ├── link │ ├── plus │ ├── watch │ ├── xterm │ ├── arrow │ ├── cross │ ├── dnd-copy │ ├── grab │ ├── hand1 │ ├── hand2 │ ├── left_ptr │ ├── move │ ├── size_all │ ├── whats_this │ ├── circle │ ├── closedhand │ ├── dnd-none │ ├── e-resize │ ├── forbidden │ ├── grabbing │ ├── half-busy │ ├── left_ptr_help │ ├── n-resize │ ├── pointing_hand │ ├── question_arrow │ ├── s-resize │ ├── split_h │ ├── split_v │ ├── w-resize │ ├── crossed_circle │ ├── h_double_arrow │ ├── left_ptr_watch │ ├── ne-resize │ ├── nesw-resize │ ├── nw-resize │ ├── nwse-resize │ ├── sb_h_double_arrow │ ├── sb_v_double_arrow │ ├── ul_angle │ ├── ur_angle │ ├── v_double_arrow │ ├── ll_angle │ ├── lr_angle │ ├── se-resize │ ├── sw-resize │ ├── 00000000000000020006000e7e9ffc3f │ ├── 00008160000006810000408080010102 │ ├── 03b6e0fcb3499374a867c041f52298f0 │ ├── 08e8e1c95fe2fc01f976f1e063a24ccd │ ├── 1081e37283d90000800003c07f3ef6bf │ ├── 3085a0e285430894940527032f8b26df │ ├── 3ecb610c1bf2410f44200f48c40d3599 │ ├── 4498f0e0c1937ffe01fd06f973665830 │ ├── 5c6cd98b3f3ebcb1f9c7f1c204630408 │ ├── 6407b0e94181790501fd1e167b474872 │ ├── 640fb0e74195791501fd1ed57b41487f │ ├── 9081237383d90e509aa00f00170e968f │ ├── 9d800788f1b08800ae810202380a0822 │ ├── a2a266d0498c3104214a47bd64ab0fc8 │ ├── b66166c04f8c3109214a4fbd64a50fc8 │ ├── d9ce0ab605698f320427677b458ad60b │ ├── e29285e634086352946a0e7090d73106 │ ├── fcf21c00b30f7e3f83fe0dfd12e71cff │ ├── alias │ ├── cell │ ├── copy │ ├── draft │ ├── fleur │ ├── help │ ├── text │ ├── wait │ ├── default │ ├── dnd-move │ ├── no-drop │ ├── openhand │ ├── pencil │ ├── pirate │ ├── pointer │ ├── progress │ ├── size_hor │ ├── size_ver │ ├── top_side │ ├── up-arrow │ ├── x-cursor │ ├── zoom-in │ ├── zoom-out │ ├── all-scroll │ ├── center_ptr │ ├── col-resize │ ├── crosshair │ ├── down-arrow │ ├── left-arrow │ ├── left_side │ ├── right_ptr │ ├── right_side │ ├── row-resize │ ├── size_bdiag │ ├── size_fdiag │ ├── bottom_side │ ├── color-picker │ ├── context-menu │ ├── dnd-no-drop │ ├── not-allowed │ ├── right-arrow │ ├── vertical-text │ ├── top_left_corner │ ├── wayland-cursor │ ├── bottom_left_corner │ ├── top_right_corner │ └── bottom_right_corner └── index.theme ├── src ├── index.theme ├── x1 │ ├── alias.png │ ├── cell.png │ ├── copy.png │ ├── draft.png │ ├── fleur.png │ ├── help.png │ ├── text.png │ ├── wait.png │ ├── default.png │ ├── no-drop.png │ ├── pencil.png │ ├── pirate.png │ ├── pointer.png │ ├── wait-01.png │ ├── wait-02.png │ ├── wait-03.png │ ├── wait-04.png │ ├── wait-05.png │ ├── wait-06.png │ ├── wait-07.png │ ├── wait-08.png │ ├── wait-09.png │ ├── wait-10.png │ ├── wait-11.png │ ├── wait-12.png │ ├── wait-13.png │ ├── wait-14.png │ ├── wait-15.png │ ├── wait-16.png │ ├── wait-17.png │ ├── wait-18.png │ ├── wait-19.png │ ├── wait-20.png │ ├── wait-21.png │ ├── wait-22.png │ ├── wait-23.png │ ├── zoom-in.png │ ├── all-scroll.png │ ├── center_ptr.png │ ├── col-resize.png │ ├── crosshair.png │ ├── dnd-move.png │ ├── down-arrow.png │ ├── left-arrow.png │ ├── left_side.png │ ├── openhand.png │ ├── progress.png │ ├── right_ptr.png │ ├── right_side.png │ ├── row-resize.png │ ├── size_bdiag.png │ ├── size_fdiag.png │ ├── size_hor.png │ ├── size_ver.png │ ├── top_side.png │ ├── up-arrow.png │ ├── x-cursor.png │ ├── zoom-out.png │ ├── bottom_side.png │ ├── color-picker.png │ ├── context-menu.png │ ├── dnd-no-drop.png │ ├── not-allowed.png │ ├── progress-01.png │ ├── progress-02.png │ ├── progress-03.png │ ├── progress-04.png │ ├── progress-05.png │ ├── progress-06.png │ ├── progress-07.png │ ├── progress-08.png │ ├── progress-09.png │ ├── progress-10.png │ ├── progress-11.png │ ├── progress-12.png │ ├── progress-13.png │ ├── progress-14.png │ ├── progress-15.png │ ├── progress-16.png │ ├── progress-17.png │ ├── progress-18.png │ ├── progress-19.png │ ├── progress-20.png │ ├── progress-21.png │ ├── progress-22.png │ ├── progress-23.png │ ├── right-arrow.png │ ├── top_left_corner.png │ ├── vertical-text.png │ ├── wayland-cursor.png │ ├── top_right_corner.png │ ├── bottom_left_corner.png │ └── bottom_right_corner.png ├── x2 │ ├── alias.png │ ├── cell.png │ ├── copy.png │ ├── draft.png │ ├── fleur.png │ ├── help.png │ ├── text.png │ ├── wait.png │ ├── default.png │ ├── no-drop.png │ ├── pencil.png │ ├── pirate.png │ ├── pointer.png │ ├── wait-01.png │ ├── wait-02.png │ ├── wait-03.png │ ├── wait-04.png │ ├── wait-05.png │ ├── wait-06.png │ ├── wait-07.png │ ├── wait-08.png │ ├── wait-09.png │ ├── wait-10.png │ ├── wait-11.png │ ├── wait-12.png │ ├── wait-13.png │ ├── wait-14.png │ ├── wait-15.png │ ├── wait-16.png │ ├── wait-17.png │ ├── wait-18.png │ ├── wait-19.png │ ├── wait-20.png │ ├── wait-21.png │ ├── wait-22.png │ ├── wait-23.png │ ├── zoom-in.png │ ├── all-scroll.png │ ├── center_ptr.png │ ├── col-resize.png │ ├── crosshair.png │ ├── dnd-move.png │ ├── down-arrow.png │ ├── left-arrow.png │ ├── left_side.png │ ├── openhand.png │ ├── progress.png │ ├── right_ptr.png │ ├── right_side.png │ ├── row-resize.png │ ├── size_bdiag.png │ ├── size_fdiag.png │ ├── size_hor.png │ ├── size_ver.png │ ├── top_side.png │ ├── up-arrow.png │ ├── x-cursor.png │ ├── zoom-out.png │ ├── bottom_side.png │ ├── color-picker.png │ ├── context-menu.png │ ├── dnd-no-drop.png │ ├── not-allowed.png │ ├── progress-01.png │ ├── progress-02.png │ ├── progress-03.png │ ├── progress-04.png │ ├── progress-05.png │ ├── progress-06.png │ ├── progress-07.png │ ├── progress-08.png │ ├── progress-09.png │ ├── progress-10.png │ ├── progress-11.png │ ├── progress-12.png │ ├── progress-13.png │ ├── progress-14.png │ ├── progress-15.png │ ├── progress-16.png │ ├── progress-17.png │ ├── progress-18.png │ ├── progress-19.png │ ├── progress-20.png │ ├── progress-21.png │ ├── progress-22.png │ ├── progress-23.png │ ├── right-arrow.png │ ├── top_left_corner.png │ ├── vertical-text.png │ ├── wayland-cursor.png │ ├── top_right_corner.png │ ├── bottom_left_corner.png │ └── bottom_right_corner.png ├── x1_25 │ ├── cell.png │ ├── copy.png │ ├── help.png │ ├── text.png │ ├── wait.png │ ├── alias.png │ ├── default.png │ ├── draft.png │ ├── fleur.png │ ├── no-drop.png │ ├── pencil.png │ ├── pirate.png │ ├── pointer.png │ ├── wait-01.png │ ├── wait-02.png │ ├── wait-03.png │ ├── wait-04.png │ ├── wait-05.png │ ├── wait-06.png │ ├── wait-07.png │ ├── wait-08.png │ ├── wait-09.png │ ├── wait-10.png │ ├── wait-11.png │ ├── wait-12.png │ ├── wait-13.png │ ├── wait-14.png │ ├── wait-15.png │ ├── wait-16.png │ ├── wait-17.png │ ├── wait-18.png │ ├── wait-19.png │ ├── wait-20.png │ ├── wait-21.png │ ├── wait-22.png │ ├── wait-23.png │ ├── zoom-in.png │ ├── crosshair.png │ ├── dnd-move.png │ ├── left_side.png │ ├── openhand.png │ ├── progress.png │ ├── right_ptr.png │ ├── size_hor.png │ ├── size_ver.png │ ├── top_side.png │ ├── up-arrow.png │ ├── x-cursor.png │ ├── zoom-out.png │ ├── all-scroll.png │ ├── bottom_side.png │ ├── center_ptr.png │ ├── col-resize.png │ ├── color-picker.png │ ├── context-menu.png │ ├── dnd-no-drop.png │ ├── down-arrow.png │ ├── left-arrow.png │ ├── not-allowed.png │ ├── progress-01.png │ ├── progress-02.png │ ├── progress-03.png │ ├── progress-04.png │ ├── progress-05.png │ ├── progress-06.png │ ├── progress-07.png │ ├── progress-08.png │ ├── progress-09.png │ ├── progress-10.png │ ├── progress-11.png │ ├── progress-12.png │ ├── progress-13.png │ ├── progress-14.png │ ├── progress-15.png │ ├── progress-16.png │ ├── progress-17.png │ ├── progress-18.png │ ├── progress-19.png │ ├── progress-20.png │ ├── progress-21.png │ ├── progress-22.png │ ├── progress-23.png │ ├── right-arrow.png │ ├── right_side.png │ ├── row-resize.png │ ├── size_bdiag.png │ ├── size_fdiag.png │ ├── vertical-text.png │ ├── wayland-cursor.png │ ├── top_left_corner.png │ ├── top_right_corner.png │ ├── bottom_left_corner.png │ └── bottom_right_corner.png ├── x1_5 │ ├── alias.png │ ├── cell.png │ ├── copy.png │ ├── draft.png │ ├── fleur.png │ ├── help.png │ ├── text.png │ ├── wait.png │ ├── default.png │ ├── dnd-move.png │ ├── no-drop.png │ ├── openhand.png │ ├── pencil.png │ ├── pirate.png │ ├── pointer.png │ ├── progress.png │ ├── size_hor.png │ ├── size_ver.png │ ├── top_side.png │ ├── up-arrow.png │ ├── wait-01.png │ ├── wait-02.png │ ├── wait-03.png │ ├── wait-04.png │ ├── wait-05.png │ ├── wait-06.png │ ├── wait-07.png │ ├── wait-08.png │ ├── wait-09.png │ ├── wait-10.png │ ├── wait-11.png │ ├── wait-12.png │ ├── wait-13.png │ ├── wait-14.png │ ├── wait-15.png │ ├── wait-16.png │ ├── wait-17.png │ ├── wait-18.png │ ├── wait-19.png │ ├── wait-20.png │ ├── wait-21.png │ ├── wait-22.png │ ├── wait-23.png │ ├── x-cursor.png │ ├── zoom-in.png │ ├── zoom-out.png │ ├── all-scroll.png │ ├── center_ptr.png │ ├── col-resize.png │ ├── crosshair.png │ ├── down-arrow.png │ ├── left-arrow.png │ ├── left_side.png │ ├── right_ptr.png │ ├── right_side.png │ ├── row-resize.png │ ├── size_bdiag.png │ ├── size_fdiag.png │ ├── bottom_side.png │ ├── color-picker.png │ ├── context-menu.png │ ├── dnd-no-drop.png │ ├── not-allowed.png │ ├── progress-01.png │ ├── progress-02.png │ ├── progress-03.png │ ├── progress-04.png │ ├── progress-05.png │ ├── progress-06.png │ ├── progress-07.png │ ├── progress-08.png │ ├── progress-09.png │ ├── progress-10.png │ ├── progress-11.png │ ├── progress-12.png │ ├── progress-13.png │ ├── progress-14.png │ ├── progress-15.png │ ├── progress-16.png │ ├── progress-17.png │ ├── progress-18.png │ ├── progress-19.png │ ├── progress-20.png │ ├── progress-21.png │ ├── progress-22.png │ ├── progress-23.png │ ├── right-arrow.png │ ├── vertical-text.png │ ├── top_left_corner.png │ ├── wayland-cursor.png │ ├── bottom_left_corner.png │ ├── top_right_corner.png │ └── bottom_right_corner.png ├── config │ ├── copy.cursor │ ├── help.cursor │ ├── alias.cursor │ ├── cell.cursor │ ├── draft.cursor │ ├── text.cursor │ ├── fleur.cursor │ ├── pencil.cursor │ ├── default.cursor │ ├── no-drop.cursor │ ├── pirate.cursor │ ├── pointer.cursor │ ├── top_side.cursor │ ├── up-arrow.cursor │ ├── zoom-in.cursor │ ├── dnd-move.cursor │ ├── left_side.cursor │ ├── openhand.cursor │ ├── right_ptr.cursor │ ├── size_hor.cursor │ ├── size_ver.cursor │ ├── x-cursor.cursor │ ├── zoom-out.cursor │ ├── crosshair.cursor │ ├── left-arrow.cursor │ ├── all-scroll.cursor │ ├── center_ptr.cursor │ ├── col-resize.cursor │ ├── down-arrow.cursor │ ├── right_side.cursor │ ├── row-resize.cursor │ ├── size_bdiag.cursor │ ├── size_fdiag.cursor │ ├── bottom_side.cursor │ ├── color-picker.cursor │ ├── context-menu.cursor │ ├── dnd-no-drop.cursor │ ├── not-allowed.cursor │ ├── right-arrow.cursor │ ├── vertical-text.cursor │ ├── wayland-cursor.cursor │ ├── top_left_corner.cursor │ ├── top_right_corner.cursor │ ├── bottom_left_corner.cursor │ ├── bottom_right_corner.cursor │ ├── wait.cursor │ └── progress.cursor ├── svg │ ├── bottom_left_corner.svg │ ├── not-allowed.svg │ ├── left-arrow.svg │ ├── down-arrow.svg │ ├── pointer.svg │ ├── default.svg │ ├── draft.svg │ ├── openhand.svg │ ├── bottom_right_corner.svg │ ├── dnd-move.svg │ └── copy.svg ├── svg-cyan │ ├── bottom_left_corner.svg │ ├── not-allowed.svg │ ├── left-arrow.svg │ ├── down-arrow.svg │ ├── pointer.svg │ ├── default.svg │ ├── draft.svg │ ├── openhand.svg │ ├── bottom_right_corner.svg │ └── dnd-move.svg ├── svg-dark │ ├── bottom_left_corner.svg │ ├── not-allowed.svg │ ├── left-arrow.svg │ ├── down-arrow.svg │ ├── pointer.svg │ ├── draft.svg │ ├── openhand.svg │ ├── bottom_right_corner.svg │ └── dnd-move.svg └── cursorList ├── preview.png ├── preview-1.png ├── install.sh └── README.md /dist/cursors/ibeam: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /dist/cursors/link: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist/cursors/plus: -------------------------------------------------------------------------------- 1 | cell -------------------------------------------------------------------------------- /dist/cursors/watch: -------------------------------------------------------------------------------- 1 | wait -------------------------------------------------------------------------------- /dist/cursors/xterm: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /dist/cursors/arrow: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist/cursors/cross: -------------------------------------------------------------------------------- 1 | crosshair -------------------------------------------------------------------------------- /dist/cursors/dnd-copy: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist/cursors/grab: -------------------------------------------------------------------------------- 1 | openhand -------------------------------------------------------------------------------- /dist/cursors/hand1: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist/cursors/hand2: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist/cursors/left_ptr: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist/cursors/move: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist/cursors/size_all: -------------------------------------------------------------------------------- 1 | fleur -------------------------------------------------------------------------------- /dist/cursors/whats_this: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist/cursors/circle: -------------------------------------------------------------------------------- 1 | not-allowed -------------------------------------------------------------------------------- /dist/cursors/closedhand: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist/cursors/dnd-none: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist/cursors/e-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist/cursors/forbidden: -------------------------------------------------------------------------------- 1 | no-drop -------------------------------------------------------------------------------- /dist/cursors/grabbing: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist/cursors/half-busy: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist/cursors/left_ptr_help: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist/cursors/n-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist/cursors/pointing_hand: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist/cursors/question_arrow: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist/cursors/s-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist/cursors/split_h: -------------------------------------------------------------------------------- 1 | col-resize -------------------------------------------------------------------------------- /dist/cursors/split_v: -------------------------------------------------------------------------------- 1 | row-resize -------------------------------------------------------------------------------- /dist/cursors/w-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist/cursors/crossed_circle: -------------------------------------------------------------------------------- 1 | not-allowed -------------------------------------------------------------------------------- /dist/cursors/h_double_arrow: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist/cursors/left_ptr_watch: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist/cursors/ne-resize: -------------------------------------------------------------------------------- 1 | top_right_corner -------------------------------------------------------------------------------- /dist/cursors/nesw-resize: -------------------------------------------------------------------------------- 1 | size_bdiag -------------------------------------------------------------------------------- /dist/cursors/nw-resize: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /dist/cursors/nwse-resize: -------------------------------------------------------------------------------- 1 | size_fdiag -------------------------------------------------------------------------------- /dist/cursors/sb_h_double_arrow: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist/cursors/sb_v_double_arrow: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist/cursors/ul_angle: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /dist/cursors/ur_angle: -------------------------------------------------------------------------------- 1 | top_right_corner -------------------------------------------------------------------------------- /dist/cursors/v_double_arrow: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist/cursors/ll_angle: -------------------------------------------------------------------------------- 1 | bottom_left_corner -------------------------------------------------------------------------------- /dist/cursors/lr_angle: -------------------------------------------------------------------------------- 1 | bottom_right_corner -------------------------------------------------------------------------------- /dist/cursors/se-resize: -------------------------------------------------------------------------------- 1 | bottom_right_corner -------------------------------------------------------------------------------- /dist/cursors/sw-resize: -------------------------------------------------------------------------------- 1 | bottom_left_corner -------------------------------------------------------------------------------- /dist/cursors/00000000000000020006000e7e9ffc3f: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist/cursors/00008160000006810000408080010102: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist/cursors/03b6e0fcb3499374a867c041f52298f0: -------------------------------------------------------------------------------- 1 | circle -------------------------------------------------------------------------------- /dist/cursors/08e8e1c95fe2fc01f976f1e063a24ccd: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist/cursors/1081e37283d90000800003c07f3ef6bf: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist/cursors/3085a0e285430894940527032f8b26df: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist/cursors/3ecb610c1bf2410f44200f48c40d3599: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist/cursors/4498f0e0c1937ffe01fd06f973665830: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist/cursors/6407b0e94181790501fd1e167b474872: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist/cursors/640fb0e74195791501fd1ed57b41487f: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist/cursors/9081237383d90e509aa00f00170e968f: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist/cursors/9d800788f1b08800ae810202380a0822: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist/cursors/a2a266d0498c3104214a47bd64ab0fc8: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist/cursors/b66166c04f8c3109214a4fbd64a50fc8: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist/cursors/d9ce0ab605698f320427677b458ad60b: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist/cursors/e29285e634086352946a0e7090d73106: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Name=Future Cursors 3 | 4 | -------------------------------------------------------------------------------- /src/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Name=Future Cursors 3 | 4 | -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/preview.png -------------------------------------------------------------------------------- /preview-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/preview-1.png -------------------------------------------------------------------------------- /src/x1/alias.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/alias.png -------------------------------------------------------------------------------- /src/x1/cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/cell.png -------------------------------------------------------------------------------- /src/x1/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/copy.png -------------------------------------------------------------------------------- /src/x1/draft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/draft.png -------------------------------------------------------------------------------- /src/x1/fleur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/fleur.png -------------------------------------------------------------------------------- /src/x1/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/help.png -------------------------------------------------------------------------------- /src/x1/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/text.png -------------------------------------------------------------------------------- /src/x1/wait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait.png -------------------------------------------------------------------------------- /src/x2/alias.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/alias.png -------------------------------------------------------------------------------- /src/x2/cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/cell.png -------------------------------------------------------------------------------- /src/x2/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/copy.png -------------------------------------------------------------------------------- /src/x2/draft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/draft.png -------------------------------------------------------------------------------- /src/x2/fleur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/fleur.png -------------------------------------------------------------------------------- /src/x2/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/help.png -------------------------------------------------------------------------------- /src/x2/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/text.png -------------------------------------------------------------------------------- /src/x2/wait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait.png -------------------------------------------------------------------------------- /dist/cursors/alias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/alias -------------------------------------------------------------------------------- /dist/cursors/cell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/cell -------------------------------------------------------------------------------- /dist/cursors/copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/copy -------------------------------------------------------------------------------- /dist/cursors/draft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/draft -------------------------------------------------------------------------------- /dist/cursors/fleur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/fleur -------------------------------------------------------------------------------- /dist/cursors/help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/help -------------------------------------------------------------------------------- /dist/cursors/text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/text -------------------------------------------------------------------------------- /dist/cursors/wait: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/wait -------------------------------------------------------------------------------- /src/x1/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/default.png -------------------------------------------------------------------------------- /src/x1/no-drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/no-drop.png -------------------------------------------------------------------------------- /src/x1/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/pencil.png -------------------------------------------------------------------------------- /src/x1/pirate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/pirate.png -------------------------------------------------------------------------------- /src/x1/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/pointer.png -------------------------------------------------------------------------------- /src/x1/wait-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-01.png -------------------------------------------------------------------------------- /src/x1/wait-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-02.png -------------------------------------------------------------------------------- /src/x1/wait-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-03.png -------------------------------------------------------------------------------- /src/x1/wait-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-04.png -------------------------------------------------------------------------------- /src/x1/wait-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-05.png -------------------------------------------------------------------------------- /src/x1/wait-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-06.png -------------------------------------------------------------------------------- /src/x1/wait-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-07.png -------------------------------------------------------------------------------- /src/x1/wait-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-08.png -------------------------------------------------------------------------------- /src/x1/wait-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-09.png -------------------------------------------------------------------------------- /src/x1/wait-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-10.png -------------------------------------------------------------------------------- /src/x1/wait-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-11.png -------------------------------------------------------------------------------- /src/x1/wait-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-12.png -------------------------------------------------------------------------------- /src/x1/wait-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-13.png -------------------------------------------------------------------------------- /src/x1/wait-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-14.png -------------------------------------------------------------------------------- /src/x1/wait-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-15.png -------------------------------------------------------------------------------- /src/x1/wait-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-16.png -------------------------------------------------------------------------------- /src/x1/wait-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-17.png -------------------------------------------------------------------------------- /src/x1/wait-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-18.png -------------------------------------------------------------------------------- /src/x1/wait-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-19.png -------------------------------------------------------------------------------- /src/x1/wait-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-20.png -------------------------------------------------------------------------------- /src/x1/wait-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-21.png -------------------------------------------------------------------------------- /src/x1/wait-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-22.png -------------------------------------------------------------------------------- /src/x1/wait-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wait-23.png -------------------------------------------------------------------------------- /src/x1/zoom-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/zoom-in.png -------------------------------------------------------------------------------- /src/x1_25/cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/cell.png -------------------------------------------------------------------------------- /src/x1_25/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/copy.png -------------------------------------------------------------------------------- /src/x1_25/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/help.png -------------------------------------------------------------------------------- /src/x1_25/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/text.png -------------------------------------------------------------------------------- /src/x1_25/wait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait.png -------------------------------------------------------------------------------- /src/x1_5/alias.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/alias.png -------------------------------------------------------------------------------- /src/x1_5/cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/cell.png -------------------------------------------------------------------------------- /src/x1_5/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/copy.png -------------------------------------------------------------------------------- /src/x1_5/draft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/draft.png -------------------------------------------------------------------------------- /src/x1_5/fleur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/fleur.png -------------------------------------------------------------------------------- /src/x1_5/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/help.png -------------------------------------------------------------------------------- /src/x1_5/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/text.png -------------------------------------------------------------------------------- /src/x1_5/wait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait.png -------------------------------------------------------------------------------- /src/x2/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/default.png -------------------------------------------------------------------------------- /src/x2/no-drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/no-drop.png -------------------------------------------------------------------------------- /src/x2/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/pencil.png -------------------------------------------------------------------------------- /src/x2/pirate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/pirate.png -------------------------------------------------------------------------------- /src/x2/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/pointer.png -------------------------------------------------------------------------------- /src/x2/wait-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-01.png -------------------------------------------------------------------------------- /src/x2/wait-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-02.png -------------------------------------------------------------------------------- /src/x2/wait-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-03.png -------------------------------------------------------------------------------- /src/x2/wait-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-04.png -------------------------------------------------------------------------------- /src/x2/wait-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-05.png -------------------------------------------------------------------------------- /src/x2/wait-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-06.png -------------------------------------------------------------------------------- /src/x2/wait-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-07.png -------------------------------------------------------------------------------- /src/x2/wait-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-08.png -------------------------------------------------------------------------------- /src/x2/wait-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-09.png -------------------------------------------------------------------------------- /src/x2/wait-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-10.png -------------------------------------------------------------------------------- /src/x2/wait-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-11.png -------------------------------------------------------------------------------- /src/x2/wait-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-12.png -------------------------------------------------------------------------------- /src/x2/wait-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-13.png -------------------------------------------------------------------------------- /src/x2/wait-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-14.png -------------------------------------------------------------------------------- /src/x2/wait-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-15.png -------------------------------------------------------------------------------- /src/x2/wait-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-16.png -------------------------------------------------------------------------------- /src/x2/wait-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-17.png -------------------------------------------------------------------------------- /src/x2/wait-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-18.png -------------------------------------------------------------------------------- /src/x2/wait-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-19.png -------------------------------------------------------------------------------- /src/x2/wait-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-20.png -------------------------------------------------------------------------------- /src/x2/wait-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-21.png -------------------------------------------------------------------------------- /src/x2/wait-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-22.png -------------------------------------------------------------------------------- /src/x2/wait-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wait-23.png -------------------------------------------------------------------------------- /src/x2/zoom-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/zoom-in.png -------------------------------------------------------------------------------- /dist/cursors/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/default -------------------------------------------------------------------------------- /dist/cursors/dnd-move: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/dnd-move -------------------------------------------------------------------------------- /dist/cursors/no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/no-drop -------------------------------------------------------------------------------- /dist/cursors/openhand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/openhand -------------------------------------------------------------------------------- /dist/cursors/pencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/pencil -------------------------------------------------------------------------------- /dist/cursors/pirate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/pirate -------------------------------------------------------------------------------- /dist/cursors/pointer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/pointer -------------------------------------------------------------------------------- /dist/cursors/progress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/progress -------------------------------------------------------------------------------- /dist/cursors/size_hor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/size_hor -------------------------------------------------------------------------------- /dist/cursors/size_ver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/size_ver -------------------------------------------------------------------------------- /dist/cursors/top_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/top_side -------------------------------------------------------------------------------- /dist/cursors/up-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/up-arrow -------------------------------------------------------------------------------- /dist/cursors/x-cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/x-cursor -------------------------------------------------------------------------------- /dist/cursors/zoom-in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/zoom-in -------------------------------------------------------------------------------- /dist/cursors/zoom-out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/zoom-out -------------------------------------------------------------------------------- /src/x1/all-scroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/all-scroll.png -------------------------------------------------------------------------------- /src/x1/center_ptr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/center_ptr.png -------------------------------------------------------------------------------- /src/x1/col-resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/col-resize.png -------------------------------------------------------------------------------- /src/x1/crosshair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/crosshair.png -------------------------------------------------------------------------------- /src/x1/dnd-move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/dnd-move.png -------------------------------------------------------------------------------- /src/x1/down-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/down-arrow.png -------------------------------------------------------------------------------- /src/x1/left-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/left-arrow.png -------------------------------------------------------------------------------- /src/x1/left_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/left_side.png -------------------------------------------------------------------------------- /src/x1/openhand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/openhand.png -------------------------------------------------------------------------------- /src/x1/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress.png -------------------------------------------------------------------------------- /src/x1/right_ptr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/right_ptr.png -------------------------------------------------------------------------------- /src/x1/right_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/right_side.png -------------------------------------------------------------------------------- /src/x1/row-resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/row-resize.png -------------------------------------------------------------------------------- /src/x1/size_bdiag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/size_bdiag.png -------------------------------------------------------------------------------- /src/x1/size_fdiag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/size_fdiag.png -------------------------------------------------------------------------------- /src/x1/size_hor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/size_hor.png -------------------------------------------------------------------------------- /src/x1/size_ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/size_ver.png -------------------------------------------------------------------------------- /src/x1/top_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/top_side.png -------------------------------------------------------------------------------- /src/x1/up-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/up-arrow.png -------------------------------------------------------------------------------- /src/x1/x-cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/x-cursor.png -------------------------------------------------------------------------------- /src/x1/zoom-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/zoom-out.png -------------------------------------------------------------------------------- /src/x1_25/alias.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/alias.png -------------------------------------------------------------------------------- /src/x1_25/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/default.png -------------------------------------------------------------------------------- /src/x1_25/draft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/draft.png -------------------------------------------------------------------------------- /src/x1_25/fleur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/fleur.png -------------------------------------------------------------------------------- /src/x1_25/no-drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/no-drop.png -------------------------------------------------------------------------------- /src/x1_25/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/pencil.png -------------------------------------------------------------------------------- /src/x1_25/pirate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/pirate.png -------------------------------------------------------------------------------- /src/x1_25/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/pointer.png -------------------------------------------------------------------------------- /src/x1_25/wait-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-01.png -------------------------------------------------------------------------------- /src/x1_25/wait-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-02.png -------------------------------------------------------------------------------- /src/x1_25/wait-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-03.png -------------------------------------------------------------------------------- /src/x1_25/wait-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-04.png -------------------------------------------------------------------------------- /src/x1_25/wait-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-05.png -------------------------------------------------------------------------------- /src/x1_25/wait-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-06.png -------------------------------------------------------------------------------- /src/x1_25/wait-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-07.png -------------------------------------------------------------------------------- /src/x1_25/wait-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-08.png -------------------------------------------------------------------------------- /src/x1_25/wait-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-09.png -------------------------------------------------------------------------------- /src/x1_25/wait-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-10.png -------------------------------------------------------------------------------- /src/x1_25/wait-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-11.png -------------------------------------------------------------------------------- /src/x1_25/wait-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-12.png -------------------------------------------------------------------------------- /src/x1_25/wait-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-13.png -------------------------------------------------------------------------------- /src/x1_25/wait-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-14.png -------------------------------------------------------------------------------- /src/x1_25/wait-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-15.png -------------------------------------------------------------------------------- /src/x1_25/wait-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-16.png -------------------------------------------------------------------------------- /src/x1_25/wait-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-17.png -------------------------------------------------------------------------------- /src/x1_25/wait-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-18.png -------------------------------------------------------------------------------- /src/x1_25/wait-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-19.png -------------------------------------------------------------------------------- /src/x1_25/wait-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-20.png -------------------------------------------------------------------------------- /src/x1_25/wait-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-21.png -------------------------------------------------------------------------------- /src/x1_25/wait-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-22.png -------------------------------------------------------------------------------- /src/x1_25/wait-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wait-23.png -------------------------------------------------------------------------------- /src/x1_25/zoom-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/zoom-in.png -------------------------------------------------------------------------------- /src/x1_5/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/default.png -------------------------------------------------------------------------------- /src/x1_5/dnd-move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/dnd-move.png -------------------------------------------------------------------------------- /src/x1_5/no-drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/no-drop.png -------------------------------------------------------------------------------- /src/x1_5/openhand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/openhand.png -------------------------------------------------------------------------------- /src/x1_5/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/pencil.png -------------------------------------------------------------------------------- /src/x1_5/pirate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/pirate.png -------------------------------------------------------------------------------- /src/x1_5/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/pointer.png -------------------------------------------------------------------------------- /src/x1_5/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress.png -------------------------------------------------------------------------------- /src/x1_5/size_hor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/size_hor.png -------------------------------------------------------------------------------- /src/x1_5/size_ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/size_ver.png -------------------------------------------------------------------------------- /src/x1_5/top_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/top_side.png -------------------------------------------------------------------------------- /src/x1_5/up-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/up-arrow.png -------------------------------------------------------------------------------- /src/x1_5/wait-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-01.png -------------------------------------------------------------------------------- /src/x1_5/wait-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-02.png -------------------------------------------------------------------------------- /src/x1_5/wait-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-03.png -------------------------------------------------------------------------------- /src/x1_5/wait-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-04.png -------------------------------------------------------------------------------- /src/x1_5/wait-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-05.png -------------------------------------------------------------------------------- /src/x1_5/wait-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-06.png -------------------------------------------------------------------------------- /src/x1_5/wait-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-07.png -------------------------------------------------------------------------------- /src/x1_5/wait-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-08.png -------------------------------------------------------------------------------- /src/x1_5/wait-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-09.png -------------------------------------------------------------------------------- /src/x1_5/wait-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-10.png -------------------------------------------------------------------------------- /src/x1_5/wait-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-11.png -------------------------------------------------------------------------------- /src/x1_5/wait-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-12.png -------------------------------------------------------------------------------- /src/x1_5/wait-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-13.png -------------------------------------------------------------------------------- /src/x1_5/wait-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-14.png -------------------------------------------------------------------------------- /src/x1_5/wait-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-15.png -------------------------------------------------------------------------------- /src/x1_5/wait-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-16.png -------------------------------------------------------------------------------- /src/x1_5/wait-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-17.png -------------------------------------------------------------------------------- /src/x1_5/wait-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-18.png -------------------------------------------------------------------------------- /src/x1_5/wait-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-19.png -------------------------------------------------------------------------------- /src/x1_5/wait-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-20.png -------------------------------------------------------------------------------- /src/x1_5/wait-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-21.png -------------------------------------------------------------------------------- /src/x1_5/wait-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-22.png -------------------------------------------------------------------------------- /src/x1_5/wait-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wait-23.png -------------------------------------------------------------------------------- /src/x1_5/x-cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/x-cursor.png -------------------------------------------------------------------------------- /src/x1_5/zoom-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/zoom-in.png -------------------------------------------------------------------------------- /src/x1_5/zoom-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/zoom-out.png -------------------------------------------------------------------------------- /src/x2/all-scroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/all-scroll.png -------------------------------------------------------------------------------- /src/x2/center_ptr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/center_ptr.png -------------------------------------------------------------------------------- /src/x2/col-resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/col-resize.png -------------------------------------------------------------------------------- /src/x2/crosshair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/crosshair.png -------------------------------------------------------------------------------- /src/x2/dnd-move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/dnd-move.png -------------------------------------------------------------------------------- /src/x2/down-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/down-arrow.png -------------------------------------------------------------------------------- /src/x2/left-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/left-arrow.png -------------------------------------------------------------------------------- /src/x2/left_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/left_side.png -------------------------------------------------------------------------------- /src/x2/openhand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/openhand.png -------------------------------------------------------------------------------- /src/x2/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress.png -------------------------------------------------------------------------------- /src/x2/right_ptr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/right_ptr.png -------------------------------------------------------------------------------- /src/x2/right_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/right_side.png -------------------------------------------------------------------------------- /src/x2/row-resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/row-resize.png -------------------------------------------------------------------------------- /src/x2/size_bdiag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/size_bdiag.png -------------------------------------------------------------------------------- /src/x2/size_fdiag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/size_fdiag.png -------------------------------------------------------------------------------- /src/x2/size_hor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/size_hor.png -------------------------------------------------------------------------------- /src/x2/size_ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/size_ver.png -------------------------------------------------------------------------------- /src/x2/top_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/top_side.png -------------------------------------------------------------------------------- /src/x2/up-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/up-arrow.png -------------------------------------------------------------------------------- /src/x2/x-cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/x-cursor.png -------------------------------------------------------------------------------- /src/x2/zoom-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/zoom-out.png -------------------------------------------------------------------------------- /dist/cursors/all-scroll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/all-scroll -------------------------------------------------------------------------------- /dist/cursors/center_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/center_ptr -------------------------------------------------------------------------------- /dist/cursors/col-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/col-resize -------------------------------------------------------------------------------- /dist/cursors/crosshair: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/crosshair -------------------------------------------------------------------------------- /dist/cursors/down-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/down-arrow -------------------------------------------------------------------------------- /dist/cursors/left-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/left-arrow -------------------------------------------------------------------------------- /dist/cursors/left_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/left_side -------------------------------------------------------------------------------- /dist/cursors/right_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/right_ptr -------------------------------------------------------------------------------- /dist/cursors/right_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/right_side -------------------------------------------------------------------------------- /dist/cursors/row-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/row-resize -------------------------------------------------------------------------------- /dist/cursors/size_bdiag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/size_bdiag -------------------------------------------------------------------------------- /dist/cursors/size_fdiag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/size_fdiag -------------------------------------------------------------------------------- /src/x1/bottom_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/bottom_side.png -------------------------------------------------------------------------------- /src/x1/color-picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/color-picker.png -------------------------------------------------------------------------------- /src/x1/context-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/context-menu.png -------------------------------------------------------------------------------- /src/x1/dnd-no-drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/dnd-no-drop.png -------------------------------------------------------------------------------- /src/x1/not-allowed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/not-allowed.png -------------------------------------------------------------------------------- /src/x1/progress-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-01.png -------------------------------------------------------------------------------- /src/x1/progress-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-02.png -------------------------------------------------------------------------------- /src/x1/progress-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-03.png -------------------------------------------------------------------------------- /src/x1/progress-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-04.png -------------------------------------------------------------------------------- /src/x1/progress-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-05.png -------------------------------------------------------------------------------- /src/x1/progress-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-06.png -------------------------------------------------------------------------------- /src/x1/progress-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-07.png -------------------------------------------------------------------------------- /src/x1/progress-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-08.png -------------------------------------------------------------------------------- /src/x1/progress-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-09.png -------------------------------------------------------------------------------- /src/x1/progress-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-10.png -------------------------------------------------------------------------------- /src/x1/progress-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-11.png -------------------------------------------------------------------------------- /src/x1/progress-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-12.png -------------------------------------------------------------------------------- /src/x1/progress-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-13.png -------------------------------------------------------------------------------- /src/x1/progress-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-14.png -------------------------------------------------------------------------------- /src/x1/progress-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-15.png -------------------------------------------------------------------------------- /src/x1/progress-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-16.png -------------------------------------------------------------------------------- /src/x1/progress-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-17.png -------------------------------------------------------------------------------- /src/x1/progress-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-18.png -------------------------------------------------------------------------------- /src/x1/progress-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-19.png -------------------------------------------------------------------------------- /src/x1/progress-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-20.png -------------------------------------------------------------------------------- /src/x1/progress-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-21.png -------------------------------------------------------------------------------- /src/x1/progress-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-22.png -------------------------------------------------------------------------------- /src/x1/progress-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/progress-23.png -------------------------------------------------------------------------------- /src/x1/right-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/right-arrow.png -------------------------------------------------------------------------------- /src/x1_25/crosshair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/crosshair.png -------------------------------------------------------------------------------- /src/x1_25/dnd-move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/dnd-move.png -------------------------------------------------------------------------------- /src/x1_25/left_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/left_side.png -------------------------------------------------------------------------------- /src/x1_25/openhand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/openhand.png -------------------------------------------------------------------------------- /src/x1_25/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress.png -------------------------------------------------------------------------------- /src/x1_25/right_ptr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/right_ptr.png -------------------------------------------------------------------------------- /src/x1_25/size_hor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/size_hor.png -------------------------------------------------------------------------------- /src/x1_25/size_ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/size_ver.png -------------------------------------------------------------------------------- /src/x1_25/top_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/top_side.png -------------------------------------------------------------------------------- /src/x1_25/up-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/up-arrow.png -------------------------------------------------------------------------------- /src/x1_25/x-cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/x-cursor.png -------------------------------------------------------------------------------- /src/x1_25/zoom-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/zoom-out.png -------------------------------------------------------------------------------- /src/x1_5/all-scroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/all-scroll.png -------------------------------------------------------------------------------- /src/x1_5/center_ptr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/center_ptr.png -------------------------------------------------------------------------------- /src/x1_5/col-resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/col-resize.png -------------------------------------------------------------------------------- /src/x1_5/crosshair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/crosshair.png -------------------------------------------------------------------------------- /src/x1_5/down-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/down-arrow.png -------------------------------------------------------------------------------- /src/x1_5/left-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/left-arrow.png -------------------------------------------------------------------------------- /src/x1_5/left_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/left_side.png -------------------------------------------------------------------------------- /src/x1_5/right_ptr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/right_ptr.png -------------------------------------------------------------------------------- /src/x1_5/right_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/right_side.png -------------------------------------------------------------------------------- /src/x1_5/row-resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/row-resize.png -------------------------------------------------------------------------------- /src/x1_5/size_bdiag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/size_bdiag.png -------------------------------------------------------------------------------- /src/x1_5/size_fdiag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/size_fdiag.png -------------------------------------------------------------------------------- /src/x2/bottom_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/bottom_side.png -------------------------------------------------------------------------------- /src/x2/color-picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/color-picker.png -------------------------------------------------------------------------------- /src/x2/context-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/context-menu.png -------------------------------------------------------------------------------- /src/x2/dnd-no-drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/dnd-no-drop.png -------------------------------------------------------------------------------- /src/x2/not-allowed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/not-allowed.png -------------------------------------------------------------------------------- /src/x2/progress-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-01.png -------------------------------------------------------------------------------- /src/x2/progress-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-02.png -------------------------------------------------------------------------------- /src/x2/progress-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-03.png -------------------------------------------------------------------------------- /src/x2/progress-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-04.png -------------------------------------------------------------------------------- /src/x2/progress-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-05.png -------------------------------------------------------------------------------- /src/x2/progress-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-06.png -------------------------------------------------------------------------------- /src/x2/progress-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-07.png -------------------------------------------------------------------------------- /src/x2/progress-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-08.png -------------------------------------------------------------------------------- /src/x2/progress-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-09.png -------------------------------------------------------------------------------- /src/x2/progress-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-10.png -------------------------------------------------------------------------------- /src/x2/progress-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-11.png -------------------------------------------------------------------------------- /src/x2/progress-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-12.png -------------------------------------------------------------------------------- /src/x2/progress-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-13.png -------------------------------------------------------------------------------- /src/x2/progress-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-14.png -------------------------------------------------------------------------------- /src/x2/progress-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-15.png -------------------------------------------------------------------------------- /src/x2/progress-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-16.png -------------------------------------------------------------------------------- /src/x2/progress-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-17.png -------------------------------------------------------------------------------- /src/x2/progress-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-18.png -------------------------------------------------------------------------------- /src/x2/progress-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-19.png -------------------------------------------------------------------------------- /src/x2/progress-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-20.png -------------------------------------------------------------------------------- /src/x2/progress-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-21.png -------------------------------------------------------------------------------- /src/x2/progress-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-22.png -------------------------------------------------------------------------------- /src/x2/progress-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/progress-23.png -------------------------------------------------------------------------------- /src/x2/right-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/right-arrow.png -------------------------------------------------------------------------------- /dist/cursors/bottom_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/bottom_side -------------------------------------------------------------------------------- /dist/cursors/color-picker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/color-picker -------------------------------------------------------------------------------- /dist/cursors/context-menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/context-menu -------------------------------------------------------------------------------- /dist/cursors/dnd-no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/dnd-no-drop -------------------------------------------------------------------------------- /dist/cursors/not-allowed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/not-allowed -------------------------------------------------------------------------------- /dist/cursors/right-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/right-arrow -------------------------------------------------------------------------------- /dist/cursors/vertical-text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/vertical-text -------------------------------------------------------------------------------- /src/x1/top_left_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/top_left_corner.png -------------------------------------------------------------------------------- /src/x1/vertical-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/vertical-text.png -------------------------------------------------------------------------------- /src/x1/wayland-cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/wayland-cursor.png -------------------------------------------------------------------------------- /src/x1_25/all-scroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/all-scroll.png -------------------------------------------------------------------------------- /src/x1_25/bottom_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/bottom_side.png -------------------------------------------------------------------------------- /src/x1_25/center_ptr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/center_ptr.png -------------------------------------------------------------------------------- /src/x1_25/col-resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/col-resize.png -------------------------------------------------------------------------------- /src/x1_25/color-picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/color-picker.png -------------------------------------------------------------------------------- /src/x1_25/context-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/context-menu.png -------------------------------------------------------------------------------- /src/x1_25/dnd-no-drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/dnd-no-drop.png -------------------------------------------------------------------------------- /src/x1_25/down-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/down-arrow.png -------------------------------------------------------------------------------- /src/x1_25/left-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/left-arrow.png -------------------------------------------------------------------------------- /src/x1_25/not-allowed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/not-allowed.png -------------------------------------------------------------------------------- /src/x1_25/progress-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-01.png -------------------------------------------------------------------------------- /src/x1_25/progress-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-02.png -------------------------------------------------------------------------------- /src/x1_25/progress-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-03.png -------------------------------------------------------------------------------- /src/x1_25/progress-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-04.png -------------------------------------------------------------------------------- /src/x1_25/progress-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-05.png -------------------------------------------------------------------------------- /src/x1_25/progress-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-06.png -------------------------------------------------------------------------------- /src/x1_25/progress-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-07.png -------------------------------------------------------------------------------- /src/x1_25/progress-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-08.png -------------------------------------------------------------------------------- /src/x1_25/progress-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-09.png -------------------------------------------------------------------------------- /src/x1_25/progress-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-10.png -------------------------------------------------------------------------------- /src/x1_25/progress-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-11.png -------------------------------------------------------------------------------- /src/x1_25/progress-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-12.png -------------------------------------------------------------------------------- /src/x1_25/progress-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-13.png -------------------------------------------------------------------------------- /src/x1_25/progress-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-14.png -------------------------------------------------------------------------------- /src/x1_25/progress-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-15.png -------------------------------------------------------------------------------- /src/x1_25/progress-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-16.png -------------------------------------------------------------------------------- /src/x1_25/progress-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-17.png -------------------------------------------------------------------------------- /src/x1_25/progress-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-18.png -------------------------------------------------------------------------------- /src/x1_25/progress-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-19.png -------------------------------------------------------------------------------- /src/x1_25/progress-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-20.png -------------------------------------------------------------------------------- /src/x1_25/progress-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-21.png -------------------------------------------------------------------------------- /src/x1_25/progress-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-22.png -------------------------------------------------------------------------------- /src/x1_25/progress-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/progress-23.png -------------------------------------------------------------------------------- /src/x1_25/right-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/right-arrow.png -------------------------------------------------------------------------------- /src/x1_25/right_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/right_side.png -------------------------------------------------------------------------------- /src/x1_25/row-resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/row-resize.png -------------------------------------------------------------------------------- /src/x1_25/size_bdiag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/size_bdiag.png -------------------------------------------------------------------------------- /src/x1_25/size_fdiag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/size_fdiag.png -------------------------------------------------------------------------------- /src/x1_5/bottom_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/bottom_side.png -------------------------------------------------------------------------------- /src/x1_5/color-picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/color-picker.png -------------------------------------------------------------------------------- /src/x1_5/context-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/context-menu.png -------------------------------------------------------------------------------- /src/x1_5/dnd-no-drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/dnd-no-drop.png -------------------------------------------------------------------------------- /src/x1_5/not-allowed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/not-allowed.png -------------------------------------------------------------------------------- /src/x1_5/progress-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-01.png -------------------------------------------------------------------------------- /src/x1_5/progress-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-02.png -------------------------------------------------------------------------------- /src/x1_5/progress-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-03.png -------------------------------------------------------------------------------- /src/x1_5/progress-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-04.png -------------------------------------------------------------------------------- /src/x1_5/progress-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-05.png -------------------------------------------------------------------------------- /src/x1_5/progress-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-06.png -------------------------------------------------------------------------------- /src/x1_5/progress-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-07.png -------------------------------------------------------------------------------- /src/x1_5/progress-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-08.png -------------------------------------------------------------------------------- /src/x1_5/progress-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-09.png -------------------------------------------------------------------------------- /src/x1_5/progress-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-10.png -------------------------------------------------------------------------------- /src/x1_5/progress-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-11.png -------------------------------------------------------------------------------- /src/x1_5/progress-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-12.png -------------------------------------------------------------------------------- /src/x1_5/progress-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-13.png -------------------------------------------------------------------------------- /src/x1_5/progress-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-14.png -------------------------------------------------------------------------------- /src/x1_5/progress-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-15.png -------------------------------------------------------------------------------- /src/x1_5/progress-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-16.png -------------------------------------------------------------------------------- /src/x1_5/progress-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-17.png -------------------------------------------------------------------------------- /src/x1_5/progress-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-18.png -------------------------------------------------------------------------------- /src/x1_5/progress-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-19.png -------------------------------------------------------------------------------- /src/x1_5/progress-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-20.png -------------------------------------------------------------------------------- /src/x1_5/progress-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-21.png -------------------------------------------------------------------------------- /src/x1_5/progress-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-22.png -------------------------------------------------------------------------------- /src/x1_5/progress-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/progress-23.png -------------------------------------------------------------------------------- /src/x1_5/right-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/right-arrow.png -------------------------------------------------------------------------------- /src/x1_5/vertical-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/vertical-text.png -------------------------------------------------------------------------------- /src/x2/top_left_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/top_left_corner.png -------------------------------------------------------------------------------- /src/x2/vertical-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/vertical-text.png -------------------------------------------------------------------------------- /src/x2/wayland-cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/wayland-cursor.png -------------------------------------------------------------------------------- /dist/cursors/top_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/top_left_corner -------------------------------------------------------------------------------- /dist/cursors/wayland-cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/wayland-cursor -------------------------------------------------------------------------------- /src/config/copy.cursor: -------------------------------------------------------------------------------- 1 | 24 6 4 x1/copy.png 2 | 30 8 5 x1_25/copy.png 3 | 36 9 6 x1_5/copy.png 4 | 48 12 8 x2/copy.png 5 | -------------------------------------------------------------------------------- /src/config/help.cursor: -------------------------------------------------------------------------------- 1 | 24 4 4 x1/help.png 2 | 30 5 5 x1_25/help.png 3 | 36 6 6 x1_5/help.png 4 | 48 8 8 x2/help.png 5 | -------------------------------------------------------------------------------- /src/x1/top_right_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/top_right_corner.png -------------------------------------------------------------------------------- /src/x1_25/vertical-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/vertical-text.png -------------------------------------------------------------------------------- /src/x1_25/wayland-cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/wayland-cursor.png -------------------------------------------------------------------------------- /src/x1_5/top_left_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/top_left_corner.png -------------------------------------------------------------------------------- /src/x1_5/wayland-cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/wayland-cursor.png -------------------------------------------------------------------------------- /src/x2/top_right_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/top_right_corner.png -------------------------------------------------------------------------------- /dist/cursors/bottom_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/bottom_left_corner -------------------------------------------------------------------------------- /dist/cursors/top_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/top_right_corner -------------------------------------------------------------------------------- /src/config/alias.cursor: -------------------------------------------------------------------------------- 1 | 24 6 4 x1/alias.png 2 | 30 8 5 x1_25/alias.png 3 | 36 9 6 x1_5/alias.png 4 | 48 12 8 x2/alias.png 5 | -------------------------------------------------------------------------------- /src/config/cell.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/cell.png 2 | 30 20 20 x1_25/cell.png 3 | 36 24 24 x1_5/cell.png 4 | 48 32 32 x2/cell.png 5 | -------------------------------------------------------------------------------- /src/config/draft.cursor: -------------------------------------------------------------------------------- 1 | 24 4 29 x1/draft.png 2 | 30 5 36 x1_25/draft.png 3 | 36 6 43 x1_5/draft.png 4 | 48 8 58 x2/draft.png 5 | -------------------------------------------------------------------------------- /src/config/text.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/text.png 2 | 30 20 20 x1_25/text.png 3 | 36 24 24 x1_5/text.png 4 | 48 32 32 x2/text.png 5 | -------------------------------------------------------------------------------- /src/x1/bottom_left_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/bottom_left_corner.png -------------------------------------------------------------------------------- /src/x1/bottom_right_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1/bottom_right_corner.png -------------------------------------------------------------------------------- /src/x1_25/top_left_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/top_left_corner.png -------------------------------------------------------------------------------- /src/x1_25/top_right_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/top_right_corner.png -------------------------------------------------------------------------------- /src/x1_5/bottom_left_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/bottom_left_corner.png -------------------------------------------------------------------------------- /src/x1_5/top_right_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/top_right_corner.png -------------------------------------------------------------------------------- /src/x2/bottom_left_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/bottom_left_corner.png -------------------------------------------------------------------------------- /src/x2/bottom_right_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x2/bottom_right_corner.png -------------------------------------------------------------------------------- /dist/cursors/bottom_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/dist/cursors/bottom_right_corner -------------------------------------------------------------------------------- /src/config/fleur.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/fleur.png 2 | 30 20 20 x1_25/fleur.png 3 | 36 24 24 x1_5/fleur.png 4 | 48 32 32 x2/fleur.png 5 | -------------------------------------------------------------------------------- /src/config/pencil.cursor: -------------------------------------------------------------------------------- 1 | 24 4 29 x1/pencil.png 2 | 30 5 36 x1_25/pencil.png 3 | 36 6 43 x1_5/pencil.png 4 | 48 8 58 x2/pencil.png 5 | -------------------------------------------------------------------------------- /src/x1_25/bottom_left_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/bottom_left_corner.png -------------------------------------------------------------------------------- /src/x1_25/bottom_right_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_25/bottom_right_corner.png -------------------------------------------------------------------------------- /src/x1_5/bottom_right_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeyushengfan258/Future-cursors/HEAD/src/x1_5/bottom_right_corner.png -------------------------------------------------------------------------------- /src/config/default.cursor: -------------------------------------------------------------------------------- 1 | 24 6 4 x1/default.png 2 | 30 8 5 x1_25/default.png 3 | 36 9 6 x1_5/default.png 4 | 48 12 8 x2/default.png 5 | -------------------------------------------------------------------------------- /src/config/no-drop.cursor: -------------------------------------------------------------------------------- 1 | 24 6 4 x1/no-drop.png 2 | 30 8 5 x1_25/no-drop.png 3 | 36 9 6 x1_5/no-drop.png 4 | 48 12 8 x2/no-drop.png 5 | -------------------------------------------------------------------------------- /src/config/pirate.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/pirate.png 2 | 30 20 20 x1_25/pirate.png 3 | 36 24 24 x1_5/pirate.png 4 | 48 32 32 x2/pirate.png 5 | -------------------------------------------------------------------------------- /src/config/pointer.cursor: -------------------------------------------------------------------------------- 1 | 24 13 7 x1/pointer.png 2 | 30 16 9 x1_25/pointer.png 3 | 36 20 11 x1_5/pointer.png 4 | 48 27 14 x2/pointer.png 5 | -------------------------------------------------------------------------------- /src/config/top_side.cursor: -------------------------------------------------------------------------------- 1 | 24 16 4 x1/top_side.png 2 | 30 20 5 x1_25/top_side.png 3 | 36 24 6 x1_5/top_side.png 4 | 48 32 8 x2/top_side.png 5 | -------------------------------------------------------------------------------- /src/config/up-arrow.cursor: -------------------------------------------------------------------------------- 1 | 24 16 4 x1/up-arrow.png 2 | 30 20 5 x1_25/up-arrow.png 3 | 36 24 6 x1_5/up-arrow.png 4 | 48 32 8 x2/up-arrow.png 5 | -------------------------------------------------------------------------------- /src/config/zoom-in.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/zoom-in.png 2 | 30 20 20 x1_25/zoom-in.png 3 | 36 24 24 x1_5/zoom-in.png 4 | 48 32 32 x2/zoom-in.png 5 | -------------------------------------------------------------------------------- /src/config/dnd-move.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/dnd-move.png 2 | 30 20 20 x1_25/dnd-move.png 3 | 36 24 24 x1_5/dnd-move.png 4 | 48 32 32 x2/dnd-move.png 5 | -------------------------------------------------------------------------------- /src/config/left_side.cursor: -------------------------------------------------------------------------------- 1 | 24 4 16 x1/left_side.png 2 | 30 5 20 x1_25/left_side.png 3 | 36 6 24 x1_5/left_side.png 4 | 48 8 32 x2/left_side.png 5 | -------------------------------------------------------------------------------- /src/config/openhand.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/openhand.png 2 | 30 20 20 x1_25/openhand.png 3 | 36 24 24 x1_5/openhand.png 4 | 48 32 32 x2/openhand.png 5 | -------------------------------------------------------------------------------- /src/config/right_ptr.cursor: -------------------------------------------------------------------------------- 1 | 24 28 4 x1/right_ptr.png 2 | 30 35 5 x1_25/right_ptr.png 3 | 36 42 6 x1_5/right_ptr.png 4 | 48 56 8 x2/right_ptr.png 5 | -------------------------------------------------------------------------------- /src/config/size_hor.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/size_hor.png 2 | 30 20 20 x1_25/size_hor.png 3 | 36 24 24 x1_5/size_hor.png 4 | 48 32 32 x2/size_hor.png 5 | -------------------------------------------------------------------------------- /src/config/size_ver.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/size_ver.png 2 | 30 20 20 x1_25/size_ver.png 3 | 36 24 24 x1_5/size_ver.png 4 | 48 32 32 x2/size_ver.png 5 | -------------------------------------------------------------------------------- /src/config/x-cursor.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/x-cursor.png 2 | 30 20 20 x1_25/x-cursor.png 3 | 36 24 24 x1_5/x-cursor.png 4 | 48 32 32 x2/x-cursor.png 5 | -------------------------------------------------------------------------------- /src/config/zoom-out.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/zoom-out.png 2 | 30 20 20 x1_25/zoom-out.png 3 | 36 24 24 x1_5/zoom-out.png 4 | 48 32 32 x2/zoom-out.png 5 | -------------------------------------------------------------------------------- /src/config/crosshair.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/crosshair.png 2 | 30 20 20 x1_25/crosshair.png 3 | 36 24 24 x1_5/crosshair.png 4 | 48 32 32 x2/crosshair.png 5 | -------------------------------------------------------------------------------- /src/config/left-arrow.cursor: -------------------------------------------------------------------------------- 1 | 24 4 16 x1/left-arrow.png 2 | 30 5 20 x1_25/left-arrow.png 3 | 36 6 24 x1_5/left-arrow.png 4 | 48 8 32 x2/left-arrow.png 5 | -------------------------------------------------------------------------------- /src/config/all-scroll.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/all-scroll.png 2 | 30 20 20 x1_25/all-scroll.png 3 | 36 24 24 x1_5/all-scroll.png 4 | 48 32 32 x2/all-scroll.png 5 | -------------------------------------------------------------------------------- /src/config/center_ptr.cursor: -------------------------------------------------------------------------------- 1 | 24 15 7 x1/center_ptr.png 2 | 30 18 9 x1_25/center_ptr.png 3 | 36 22 11 x1_5/center_ptr.png 4 | 48 30 14 x2/center_ptr.png 5 | -------------------------------------------------------------------------------- /src/config/col-resize.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/col-resize.png 2 | 30 20 20 x1_25/col-resize.png 3 | 36 24 24 x1_5/col-resize.png 4 | 48 32 32 x2/col-resize.png 5 | -------------------------------------------------------------------------------- /src/config/down-arrow.cursor: -------------------------------------------------------------------------------- 1 | 24 16 28 x1/down-arrow.png 2 | 30 20 35 x1_25/down-arrow.png 3 | 36 24 42 x1_5/down-arrow.png 4 | 48 32 56 x2/down-arrow.png 5 | -------------------------------------------------------------------------------- /src/config/right_side.cursor: -------------------------------------------------------------------------------- 1 | 24 28 16 x1/right_side.png 2 | 30 35 20 x1_25/right_side.png 3 | 36 42 24 x1_5/right_side.png 4 | 48 56 32 x2/right_side.png 5 | -------------------------------------------------------------------------------- /src/config/row-resize.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/row-resize.png 2 | 30 20 20 x1_25/row-resize.png 3 | 36 24 24 x1_5/row-resize.png 4 | 48 32 32 x2/row-resize.png 5 | -------------------------------------------------------------------------------- /src/config/size_bdiag.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/size_bdiag.png 2 | 30 20 20 x1_25/size_bdiag.png 3 | 36 24 24 x1_5/size_bdiag.png 4 | 48 32 32 x2/size_bdiag.png 5 | -------------------------------------------------------------------------------- /src/config/size_fdiag.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/size_fdiag.png 2 | 30 20 20 x1_25/size_fdiag.png 3 | 36 24 24 x1_5/size_fdiag.png 4 | 48 32 32 x2/size_fdiag.png 5 | -------------------------------------------------------------------------------- /src/config/bottom_side.cursor: -------------------------------------------------------------------------------- 1 | 24 16 28 x1/bottom_side.png 2 | 30 20 35 x1_25/bottom_side.png 3 | 36 24 42 x1_5/bottom_side.png 4 | 48 32 56 x2/bottom_side.png 5 | -------------------------------------------------------------------------------- /src/config/color-picker.cursor: -------------------------------------------------------------------------------- 1 | 24 4 29 x1/color-picker.png 2 | 30 5 36 x1_25/color-picker.png 3 | 36 6 43 x1_5/color-picker.png 4 | 48 8 58 x2/color-picker.png 5 | -------------------------------------------------------------------------------- /src/config/context-menu.cursor: -------------------------------------------------------------------------------- 1 | 24 6 4 x1/context-menu.png 2 | 30 8 5 x1_25/context-menu.png 3 | 36 9 6 x1_5/context-menu.png 4 | 48 12 8 x2/context-menu.png 5 | -------------------------------------------------------------------------------- /src/config/dnd-no-drop.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/dnd-no-drop.png 2 | 30 20 20 x1_25/dnd-no-drop.png 3 | 36 24 24 x1_5/dnd-no-drop.png 4 | 48 32 32 x2/dnd-no-drop.png 5 | -------------------------------------------------------------------------------- /src/config/not-allowed.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/not-allowed.png 2 | 30 20 20 x1_25/not-allowed.png 3 | 36 24 24 x1_5/not-allowed.png 4 | 48 32 32 x2/not-allowed.png 5 | -------------------------------------------------------------------------------- /src/config/right-arrow.cursor: -------------------------------------------------------------------------------- 1 | 24 28 16 x1/right-arrow.png 2 | 30 35 20 x1_25/right-arrow.png 3 | 36 42 24 x1_5/right-arrow.png 4 | 48 56 32 x2/right-arrow.png 5 | -------------------------------------------------------------------------------- /src/config/vertical-text.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/vertical-text.png 2 | 30 20 20 x1_25/vertical-text.png 3 | 36 24 24 x1_5/vertical-text.png 4 | 48 32 32 x2/vertical-text.png 5 | -------------------------------------------------------------------------------- /src/config/wayland-cursor.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/wayland-cursor.png 2 | 30 20 20 x1_25/wayland-cursor.png 3 | 36 24 24 x1_5/wayland-cursor.png 4 | 48 32 32 x2/wayland-cursor.png 5 | -------------------------------------------------------------------------------- /src/config/top_left_corner.cursor: -------------------------------------------------------------------------------- 1 | 24 9 9 x1/top_left_corner.png 2 | 30 11 11 x1_25/top_left_corner.png 3 | 36 14 14 x1_5/top_left_corner.png 4 | 48 18 18 x2/top_left_corner.png 5 | -------------------------------------------------------------------------------- /src/config/top_right_corner.cursor: -------------------------------------------------------------------------------- 1 | 24 21 9 x1/top_right_corner.png 2 | 30 26 11 x1_25/top_right_corner.png 3 | 36 31 14 x1_5/top_right_corner.png 4 | 48 42 18 x2/top_right_corner.png 5 | -------------------------------------------------------------------------------- /src/config/bottom_left_corner.cursor: -------------------------------------------------------------------------------- 1 | 24 5 27 x1/bottom_left_corner.png 2 | 30 7 33 x1_25/bottom_left_corner.png 3 | 36 8 40 x1_5/bottom_left_corner.png 4 | 48 10 53 x2/bottom_left_corner.png 5 | -------------------------------------------------------------------------------- /src/config/bottom_right_corner.cursor: -------------------------------------------------------------------------------- 1 | 24 29 27 x1/bottom_right_corner.png 2 | 30 36 33 x1_25/bottom_right_corner.png 3 | 36 43 40 x1_5/bottom_right_corner.png 4 | 48 58 53 x2/bottom_right_corner.png 5 | -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ROOT_UID=0 4 | DEST_DIR= 5 | 6 | # Destination directory 7 | if [ "$UID" -eq "$ROOT_UID" ]; then 8 | DEST_DIR="/usr/share/icons" 9 | else 10 | DEST_DIR="$HOME/.local/share/icons" 11 | fi 12 | 13 | if [ -d "$DEST_DIR/Future-cursors" ]; then 14 | rm -r "$DEST_DIR/Future-cursors" 15 | fi 16 | 17 | cp -pr dist $DEST_DIR/Future-cursors 18 | 19 | echo "Finished..." 20 | 21 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Future cursors 2 | This is an x-cursor theme inspired by macOS and 3 | based on [capitaine-cursors](https://github.com/keeferrourke/capitaine-cursors). 4 | 5 | ## Installation 6 | To install the cursor theme simply copy the compiled theme to your icons 7 | directory. For local user installation: 8 | 9 | ``` 10 | ./install.sh 11 | ``` 12 | 13 | For system-wide installation for all users: 14 | 15 | ``` 16 | sudo ./install.sh 17 | ``` 18 | 19 | Then set the theme with your preferred desktop tools. 20 | 21 | ## Building from source 22 | You'll find everything you need to build and modify this cursor set in 23 | the `src/` directory. To build the xcursor theme from the SVG source 24 | run: 25 | 26 | ``` 27 | ./build.sh 28 | ``` 29 | 30 | This will generate the pixmaps and appropriate aliases. 31 | The freshly compiled cursor theme will be located in `dist/` 32 | 33 | ## Preview 34 | ![Future](preview.png) 35 | ![Future](preview-1.png) 36 | -------------------------------------------------------------------------------- /src/svg/bottom_left_corner.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /src/svg-cyan/bottom_left_corner.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /src/svg-dark/bottom_left_corner.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /src/svg/not-allowed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | image/svg+xml 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /src/svg-cyan/not-allowed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | image/svg+xml 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /src/svg-dark/not-allowed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | image/svg+xml 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /src/svg/left-arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /src/svg-cyan/left-arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /src/svg-dark/left-arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /src/svg/down-arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /src/svg-cyan/down-arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /src/svg-dark/down-arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /src/cursorList: -------------------------------------------------------------------------------- 1 | 00000000000000020006000e7e9ffc3f progress 2 | 00008160000006810000408080010102 size_ver 3 | 03b6e0fcb3499374a867c041f52298f0 circle 4 | 08e8e1c95fe2fc01f976f1e063a24ccd progress 5 | 1081e37283d90000800003c07f3ef6bf copy 6 | 3085a0e285430894940527032f8b26df alias 7 | 3ecb610c1bf2410f44200f48c40d3599 progress 8 | 4498f0e0c1937ffe01fd06f973665830 dnd-move 9 | 5c6cd98b3f3ebcb1f9c7f1c204630408 help 10 | 6407b0e94181790501fd1e167b474872 copy 11 | 640fb0e74195791501fd1ed57b41487f alias 12 | 9081237383d90e509aa00f00170e968f dnd-move 13 | 9d800788f1b08800ae810202380a0822 pointer 14 | a2a266d0498c3104214a47bd64ab0fc8 alias 15 | b66166c04f8c3109214a4fbd64a50fc8 copy 16 | d9ce0ab605698f320427677b458ad60b help 17 | e29285e634086352946a0e7090d73106 pointer 18 | fcf21c00b30f7e3f83fe0dfd12e71cff dnd-move 19 | arrow default 20 | circle not-allowed 21 | closedhand dnd-move 22 | col-resize size_hor 23 | color-picker crosshair 24 | copy dnd-move 25 | cross crosshair 26 | crossed_circle not-allowed 27 | dnd-copy copy 28 | dnd-none dnd-move 29 | e-resize size_hor 30 | forbidden no-drop 31 | grab openhand 32 | grabbing dnd-move 33 | h_double_arrow size_hor 34 | half-busy progress 35 | hand1 pointer 36 | hand2 pointer 37 | ibeam text 38 | left_ptr default 39 | left_ptr_help help 40 | left_ptr_watch progress 41 | left_side left-arrow 42 | link alias 43 | ll_angle bottom_left_corner 44 | lr_angle bottom_right_corner 45 | move dnd-move 46 | n-resize size_ver 47 | ne-resize top_right_corner 48 | nesw-resize size_bdiag 49 | nw-resize top_left_corner 50 | nwse-resize size_fdiag 51 | plus cell 52 | pointing_hand pointer 53 | question_arrow help 54 | right_side right-arrow 55 | s-resize size_ver 56 | sb_h_double_arrow size_hor 57 | sb_v_double_arrow size_ver 58 | se-resize bottom_right_corner 59 | size_all fleur 60 | split_h col-resize 61 | split_v row-resize 62 | sw-resize bottom_left_corner 63 | ul_angle top_left_corner 64 | ur_angle top_right_corner 65 | v_double_arrow size_ver 66 | w-resize size_hor 67 | watch wait 68 | whats_this help 69 | xterm text 70 | -------------------------------------------------------------------------------- /src/svg/pointer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /src/svg-cyan/pointer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /src/svg-dark/pointer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /src/config/wait.cursor: -------------------------------------------------------------------------------- 1 | 24 16 16 x1/wait-01.png 30 2 | 24 16 16 x1/wait-02.png 30 3 | 24 16 16 x1/wait-03.png 30 4 | 24 16 16 x1/wait-04.png 30 5 | 24 16 16 x1/wait-05.png 30 6 | 24 16 16 x1/wait-06.png 30 7 | 24 16 16 x1/wait-07.png 30 8 | 24 16 16 x1/wait-08.png 30 9 | 24 16 16 x1/wait-09.png 30 10 | 24 16 16 x1/wait-10.png 30 11 | 24 16 16 x1/wait-11.png 30 12 | 24 16 16 x1/wait-12.png 30 13 | 24 16 16 x1/wait-13.png 30 14 | 24 16 16 x1/wait-14.png 30 15 | 24 16 16 x1/wait-15.png 30 16 | 24 16 16 x1/wait-16.png 30 17 | 24 16 16 x1/wait-17.png 30 18 | 24 16 16 x1/wait-18.png 30 19 | 24 16 16 x1/wait-19.png 30 20 | 24 16 16 x1/wait-20.png 30 21 | 24 16 16 x1/wait-21.png 30 22 | 24 16 16 x1/wait-22.png 30 23 | 24 16 16 x1/wait-23.png 30 24 | 30 20 20 x1_25/wait-01.png 30 25 | 30 20 20 x1_25/wait-02.png 30 26 | 30 20 20 x1_25/wait-03.png 30 27 | 30 20 20 x1_25/wait-04.png 30 28 | 30 20 20 x1_25/wait-05.png 30 29 | 30 20 20 x1_25/wait-06.png 30 30 | 30 20 20 x1_25/wait-07.png 30 31 | 30 20 20 x1_25/wait-08.png 30 32 | 30 20 20 x1_25/wait-09.png 30 33 | 30 20 20 x1_25/wait-10.png 30 34 | 30 20 20 x1_25/wait-11.png 30 35 | 30 20 20 x1_25/wait-12.png 30 36 | 30 20 20 x1_25/wait-13.png 30 37 | 30 20 20 x1_25/wait-14.png 30 38 | 30 20 20 x1_25/wait-15.png 30 39 | 30 20 20 x1_25/wait-16.png 30 40 | 30 20 20 x1_25/wait-17.png 30 41 | 30 20 20 x1_25/wait-18.png 30 42 | 30 20 20 x1_25/wait-19.png 30 43 | 30 20 20 x1_25/wait-20.png 30 44 | 30 20 20 x1_25/wait-21.png 30 45 | 30 20 20 x1_25/wait-22.png 30 46 | 30 20 20 x1_25/wait-23.png 30 47 | 36 24 24 x1_5/wait-01.png 30 48 | 36 24 24 x1_5/wait-02.png 30 49 | 36 24 24 x1_5/wait-03.png 30 50 | 36 24 24 x1_5/wait-04.png 30 51 | 36 24 24 x1_5/wait-05.png 30 52 | 36 24 24 x1_5/wait-06.png 30 53 | 36 24 24 x1_5/wait-07.png 30 54 | 36 24 24 x1_5/wait-08.png 30 55 | 36 24 24 x1_5/wait-09.png 30 56 | 36 24 24 x1_5/wait-10.png 30 57 | 36 24 24 x1_5/wait-11.png 30 58 | 36 24 24 x1_5/wait-12.png 30 59 | 36 24 24 x1_5/wait-13.png 30 60 | 36 24 24 x1_5/wait-14.png 30 61 | 36 24 24 x1_5/wait-15.png 30 62 | 36 24 24 x1_5/wait-16.png 30 63 | 36 24 24 x1_5/wait-17.png 30 64 | 36 24 24 x1_5/wait-18.png 30 65 | 36 24 24 x1_5/wait-19.png 30 66 | 36 24 24 x1_5/wait-20.png 30 67 | 36 24 24 x1_5/wait-21.png 30 68 | 36 24 24 x1_5/wait-22.png 30 69 | 36 24 24 x1_5/wait-23.png 30 70 | 48 32 32 x2/wait-01.png 30 71 | 48 32 32 x2/wait-02.png 30 72 | 48 32 32 x2/wait-03.png 30 73 | 48 32 32 x2/wait-04.png 30 74 | 48 32 32 x2/wait-05.png 30 75 | 48 32 32 x2/wait-06.png 30 76 | 48 32 32 x2/wait-07.png 30 77 | 48 32 32 x2/wait-08.png 30 78 | 48 32 32 x2/wait-09.png 30 79 | 48 32 32 x2/wait-10.png 30 80 | 48 32 32 x2/wait-11.png 30 81 | 48 32 32 x2/wait-12.png 30 82 | 48 32 32 x2/wait-13.png 30 83 | 48 32 32 x2/wait-14.png 30 84 | 48 32 32 x2/wait-15.png 30 85 | 48 32 32 x2/wait-16.png 30 86 | 48 32 32 x2/wait-17.png 30 87 | 48 32 32 x2/wait-18.png 30 88 | 48 32 32 x2/wait-19.png 30 89 | 48 32 32 x2/wait-20.png 30 90 | 48 32 32 x2/wait-21.png 30 91 | 48 32 32 x2/wait-22.png 30 92 | 48 32 32 x2/wait-23.png 30 93 | -------------------------------------------------------------------------------- /src/svg/default.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /src/svg-cyan/default.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /src/config/progress.cursor: -------------------------------------------------------------------------------- 1 | 24 6 4 x1/progress-01.png 30 2 | 24 6 4 x1/progress-02.png 30 3 | 24 6 4 x1/progress-03.png 30 4 | 24 6 4 x1/progress-04.png 30 5 | 24 6 4 x1/progress-05.png 30 6 | 24 6 4 x1/progress-06.png 30 7 | 24 6 4 x1/progress-07.png 30 8 | 24 6 4 x1/progress-08.png 30 9 | 24 6 4 x1/progress-09.png 30 10 | 24 6 4 x1/progress-10.png 30 11 | 24 6 4 x1/progress-11.png 30 12 | 24 6 4 x1/progress-12.png 30 13 | 24 6 4 x1/progress-13.png 30 14 | 24 6 4 x1/progress-14.png 30 15 | 24 6 4 x1/progress-15.png 30 16 | 24 6 4 x1/progress-16.png 30 17 | 24 6 4 x1/progress-17.png 30 18 | 24 6 4 x1/progress-18.png 30 19 | 24 6 4 x1/progress-19.png 30 20 | 24 6 4 x1/progress-20.png 30 21 | 24 6 4 x1/progress-21.png 30 22 | 24 6 4 x1/progress-22.png 30 23 | 24 6 4 x1/progress-23.png 30 24 | 30 8 5 x1_25/progress-01.png 30 25 | 30 8 5 x1_25/progress-02.png 30 26 | 30 8 5 x1_25/progress-03.png 30 27 | 30 8 5 x1_25/progress-04.png 30 28 | 30 8 5 x1_25/progress-05.png 30 29 | 30 8 5 x1_25/progress-06.png 30 30 | 30 8 5 x1_25/progress-07.png 30 31 | 30 8 5 x1_25/progress-08.png 30 32 | 30 8 5 x1_25/progress-09.png 30 33 | 30 8 5 x1_25/progress-10.png 30 34 | 30 8 5 x1_25/progress-11.png 30 35 | 30 8 5 x1_25/progress-12.png 30 36 | 30 8 5 x1_25/progress-13.png 30 37 | 30 8 5 x1_25/progress-14.png 30 38 | 30 8 5 x1_25/progress-15.png 30 39 | 30 8 5 x1_25/progress-16.png 30 40 | 30 8 5 x1_25/progress-17.png 30 41 | 30 8 5 x1_25/progress-18.png 30 42 | 30 8 5 x1_25/progress-19.png 30 43 | 30 8 5 x1_25/progress-20.png 30 44 | 30 8 5 x1_25/progress-21.png 30 45 | 30 8 5 x1_25/progress-22.png 30 46 | 30 8 5 x1_25/progress-23.png 30 47 | 36 9 6 x1_5/progress-01.png 30 48 | 36 9 6 x1_5/progress-02.png 30 49 | 36 9 6 x1_5/progress-03.png 30 50 | 36 9 6 x1_5/progress-04.png 30 51 | 36 9 6 x1_5/progress-05.png 30 52 | 36 9 6 x1_5/progress-06.png 30 53 | 36 9 6 x1_5/progress-07.png 30 54 | 36 9 6 x1_5/progress-08.png 30 55 | 36 9 6 x1_5/progress-09.png 30 56 | 36 9 6 x1_5/progress-10.png 30 57 | 36 9 6 x1_5/progress-11.png 30 58 | 36 9 6 x1_5/progress-12.png 30 59 | 36 9 6 x1_5/progress-13.png 30 60 | 36 9 6 x1_5/progress-14.png 30 61 | 36 9 6 x1_5/progress-15.png 30 62 | 36 9 6 x1_5/progress-16.png 30 63 | 36 9 6 x1_5/progress-17.png 30 64 | 36 9 6 x1_5/progress-18.png 30 65 | 36 9 6 x1_5/progress-19.png 30 66 | 36 9 6 x1_5/progress-20.png 30 67 | 36 9 6 x1_5/progress-21.png 30 68 | 36 9 6 x1_5/progress-22.png 30 69 | 36 9 6 x1_5/progress-23.png 30 70 | 48 12 8 x2/progress-01.png 30 71 | 48 12 8 x2/progress-02.png 30 72 | 48 12 8 x2/progress-03.png 30 73 | 48 12 8 x2/progress-04.png 30 74 | 48 12 8 x2/progress-05.png 30 75 | 48 12 8 x2/progress-06.png 30 76 | 48 12 8 x2/progress-07.png 30 77 | 48 12 8 x2/progress-08.png 30 78 | 48 12 8 x2/progress-09.png 30 79 | 48 12 8 x2/progress-10.png 30 80 | 48 12 8 x2/progress-11.png 30 81 | 48 12 8 x2/progress-12.png 30 82 | 48 12 8 x2/progress-13.png 30 83 | 48 12 8 x2/progress-14.png 30 84 | 48 12 8 x2/progress-15.png 30 85 | 48 12 8 x2/progress-16.png 30 86 | 48 12 8 x2/progress-17.png 30 87 | 48 12 8 x2/progress-18.png 30 88 | 48 12 8 x2/progress-19.png 30 89 | 48 12 8 x2/progress-20.png 30 90 | 48 12 8 x2/progress-21.png 30 91 | 48 12 8 x2/progress-22.png 30 92 | 48 12 8 x2/progress-23.png 30 93 | -------------------------------------------------------------------------------- /src/svg/draft.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | image/svg+xml 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /src/svg-cyan/draft.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | image/svg+xml 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /src/svg-dark/draft.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | image/svg+xml 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /src/svg/openhand.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /src/svg-cyan/openhand.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /src/svg-dark/openhand.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /src/svg/bottom_right_corner.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 29 | 49 | 51 | 58 | 61 | 62 | 69 | 72 | 73 | 74 | 77 | 88 | 96 | 100 | 101 | 102 | -------------------------------------------------------------------------------- /src/svg-cyan/bottom_right_corner.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 29 | 49 | 51 | 58 | 61 | 62 | 69 | 72 | 73 | 74 | 77 | 88 | 96 | 100 | 101 | 102 | -------------------------------------------------------------------------------- /src/svg-dark/bottom_right_corner.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 29 | 49 | 51 | 58 | 61 | 62 | 69 | 72 | 73 | 74 | 77 | 88 | 96 | 100 | 101 | 102 | -------------------------------------------------------------------------------- /src/svg/dnd-move.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /src/svg-cyan/dnd-move.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /src/svg-dark/dnd-move.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /src/svg/copy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 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 | --------------------------------------------------------------------------------