├── LICENSE ├── README.md ├── dist ├── cursors │ ├── 00000000000000020006000e7e9ffc3f │ ├── 00008160000006810000408080010102 │ ├── 03b6e0fcb3499374a867c041f52298f0 │ ├── 08e8e1c95fe2fc01f976f1e063a24ccd │ ├── 1081e37283d90000800003c07f3ef6bf │ ├── 3085a0e285430894940527032f8b26df │ ├── 3ecb610c1bf2410f44200f48c40d3599 │ ├── 4498f0e0c1937ffe01fd06f973665830 │ ├── 5c6cd98b3f3ebcb1f9c7f1c204630408 │ ├── 6407b0e94181790501fd1e167b474872 │ ├── 640fb0e74195791501fd1ed57b41487f │ ├── 9081237383d90e509aa00f00170e968f │ ├── 9d800788f1b08800ae810202380a0822 │ ├── a2a266d0498c3104214a47bd64ab0fc8 │ ├── alias │ ├── all-scroll │ ├── arrow │ ├── b66166c04f8c3109214a4fbd64a50fc8 │ ├── bottom_left_corner │ ├── bottom_right_corner │ ├── bottom_side │ ├── cell │ ├── center_ptr │ ├── circle │ ├── closedhand │ ├── col-resize │ ├── color-picker │ ├── context-menu │ ├── copy │ ├── cross │ ├── crossed_circle │ ├── crosshair │ ├── d9ce0ab605698f320427677b458ad60b │ ├── default │ ├── dnd-copy │ ├── dnd-move │ ├── dnd-no-drop │ ├── dnd-none │ ├── down-arrow │ ├── draft │ ├── e-resize │ ├── e29285e634086352946a0e7090d73106 │ ├── fcf21c00b30f7e3f83fe0dfd12e71cff │ ├── fleur │ ├── forbidden │ ├── grab │ ├── grabbing │ ├── h_double_arrow │ ├── half-busy │ ├── hand1 │ ├── hand2 │ ├── help │ ├── ibeam │ ├── left-arrow │ ├── left_ptr │ ├── left_ptr_help │ ├── left_ptr_watch │ ├── left_side │ ├── link │ ├── ll_angle │ ├── lr_angle │ ├── move │ ├── n-resize │ ├── ne-resize │ ├── nesw-resize │ ├── no-drop │ ├── not-allowed │ ├── nw-resize │ ├── nwse-resize │ ├── openhand │ ├── pencil │ ├── pirate │ ├── plus │ ├── pointer │ ├── pointing_hand │ ├── progress │ ├── question_arrow │ ├── right-arrow │ ├── right_ptr │ ├── right_side │ ├── row-resize │ ├── s-resize │ ├── sb_h_double_arrow │ ├── sb_v_double_arrow │ ├── se-resize │ ├── size_all │ ├── size_bdiag │ ├── size_fdiag │ ├── size_hor │ ├── size_ver │ ├── split_h │ ├── split_v │ ├── sw-resize │ ├── text │ ├── top_left_corner │ ├── top_right_corner │ ├── top_side │ ├── ul_angle │ ├── up-arrow │ ├── ur_angle │ ├── v_double_arrow │ ├── vertical-text │ ├── w-resize │ ├── wait │ ├── watch │ ├── wayland-cursor │ ├── whats_this │ ├── x-cursor │ ├── xterm │ ├── zoom-in │ └── zoom-out └── index.theme ├── install.sh ├── preview.png └── src ├── config ├── alias.cursor ├── all-scroll.cursor ├── bottom_left_corner.cursor ├── bottom_right_corner.cursor ├── bottom_side.cursor ├── cell.cursor ├── center_ptr.cursor ├── col-resize.cursor ├── color-picker.cursor ├── context-menu.cursor ├── copy.cursor ├── crosshair.cursor ├── default.cursor ├── dnd-move.cursor ├── dnd-no-drop.cursor ├── down-arrow.cursor ├── draft.cursor ├── fleur.cursor ├── help.cursor ├── left-arrow.cursor ├── left_side.cursor ├── no-drop.cursor ├── not-allowed.cursor ├── openhand.cursor ├── pencil.cursor ├── pirate.cursor ├── pointer.cursor ├── progress.cursor ├── right-arrow.cursor ├── right_ptr.cursor ├── right_side.cursor ├── row-resize.cursor ├── size_bdiag.cursor ├── size_fdiag.cursor ├── size_hor.cursor ├── size_ver.cursor ├── text.cursor ├── top_left_corner.cursor ├── top_right_corner.cursor ├── top_side.cursor ├── up-arrow.cursor ├── vertical-text.cursor ├── wait.cursor ├── wayland-cursor.cursor ├── x-cursor.cursor ├── zoom-in.cursor └── zoom-out.cursor ├── cursorList ├── index.theme └── svg ├── alias.svg ├── all-scroll.svg ├── bottom_left_corner.svg ├── bottom_right_corner.svg ├── bottom_side.svg ├── cell.svg ├── center_ptr.svg ├── col-resize.svg ├── color-picker.svg ├── context-menu.svg ├── copy.svg ├── crosshair.svg ├── default.svg ├── dnd-move.svg ├── dnd-no-drop.svg ├── down-arrow.svg ├── draft.svg ├── fleur.svg ├── help.svg ├── left-arrow.svg ├── left_side.svg ├── no-drop.svg ├── not-allowed.svg ├── openhand.svg ├── pencil.svg ├── pirate.svg ├── pointer.svg ├── progress-01.svg ├── progress-02.svg ├── progress-03.svg ├── progress-04.svg ├── progress-05.svg ├── progress-06.svg ├── progress-07.svg ├── progress-08.svg ├── progress-09.svg ├── progress-10.svg ├── progress-11.svg ├── progress-12.svg ├── progress-13.svg ├── progress-14.svg ├── progress-15.svg ├── progress-16.svg ├── progress-17.svg ├── progress-18.svg ├── progress-19.svg ├── progress-20.svg ├── progress-21.svg ├── progress-22.svg ├── progress-23.svg ├── progress.svg ├── right-arrow.svg ├── right_ptr.svg ├── right_side.svg ├── row-resize.svg ├── size_bdiag.svg ├── size_fdiag.svg ├── size_hor.svg ├── size_ver.svg ├── text.svg ├── top_left_corner.svg ├── top_right_corner.svg ├── top_side.svg ├── up-arrow.svg ├── vertical-text.svg ├── wait-01.svg ├── wait-02.svg ├── wait-03.svg ├── wait-04.svg ├── wait-05.svg ├── wait-06.svg ├── wait-07.svg ├── wait-08.svg ├── wait-09.svg ├── wait-10.svg ├── wait-11.svg ├── wait-12.svg ├── wait-13.svg ├── wait-14.svg ├── wait-15.svg ├── wait-16.svg ├── wait-17.svg ├── wait-18.svg ├── wait-19.svg ├── wait-20.svg ├── wait-21.svg ├── wait-22.svg ├── wait-23.svg ├── wait.svg ├── wayland-cursor.svg ├── x-cursor.svg ├── zoom-in.svg └── zoom-out.svg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/README.md -------------------------------------------------------------------------------- /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/alias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/alias -------------------------------------------------------------------------------- /dist/cursors/all-scroll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/all-scroll -------------------------------------------------------------------------------- /dist/cursors/arrow: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist/cursors/b66166c04f8c3109214a4fbd64a50fc8: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist/cursors/bottom_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/bottom_left_corner -------------------------------------------------------------------------------- /dist/cursors/bottom_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/bottom_right_corner -------------------------------------------------------------------------------- /dist/cursors/bottom_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/bottom_side -------------------------------------------------------------------------------- /dist/cursors/cell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/cell -------------------------------------------------------------------------------- /dist/cursors/center_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/center_ptr -------------------------------------------------------------------------------- /dist/cursors/circle: -------------------------------------------------------------------------------- 1 | not-allowed -------------------------------------------------------------------------------- /dist/cursors/closedhand: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist/cursors/col-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/col-resize -------------------------------------------------------------------------------- /dist/cursors/color-picker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/color-picker -------------------------------------------------------------------------------- /dist/cursors/context-menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/context-menu -------------------------------------------------------------------------------- /dist/cursors/copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/copy -------------------------------------------------------------------------------- /dist/cursors/cross: -------------------------------------------------------------------------------- 1 | crosshair -------------------------------------------------------------------------------- /dist/cursors/crossed_circle: -------------------------------------------------------------------------------- 1 | not-allowed -------------------------------------------------------------------------------- /dist/cursors/crosshair: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/crosshair -------------------------------------------------------------------------------- /dist/cursors/d9ce0ab605698f320427677b458ad60b: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist/cursors/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/default -------------------------------------------------------------------------------- /dist/cursors/dnd-copy: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist/cursors/dnd-move: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/dnd-move -------------------------------------------------------------------------------- /dist/cursors/dnd-no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/dnd-no-drop -------------------------------------------------------------------------------- /dist/cursors/dnd-none: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist/cursors/down-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/down-arrow -------------------------------------------------------------------------------- /dist/cursors/draft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/draft -------------------------------------------------------------------------------- /dist/cursors/e-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist/cursors/e29285e634086352946a0e7090d73106: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist/cursors/fleur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/fleur -------------------------------------------------------------------------------- /dist/cursors/forbidden: -------------------------------------------------------------------------------- 1 | no-drop -------------------------------------------------------------------------------- /dist/cursors/grab: -------------------------------------------------------------------------------- 1 | openhand -------------------------------------------------------------------------------- /dist/cursors/grabbing: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist/cursors/h_double_arrow: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist/cursors/half-busy: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist/cursors/hand1: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist/cursors/hand2: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist/cursors/help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/help -------------------------------------------------------------------------------- /dist/cursors/ibeam: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /dist/cursors/left-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/left-arrow -------------------------------------------------------------------------------- /dist/cursors/left_ptr: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist/cursors/left_ptr_help: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist/cursors/left_ptr_watch: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist/cursors/left_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/left_side -------------------------------------------------------------------------------- /dist/cursors/link: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist/cursors/ll_angle: -------------------------------------------------------------------------------- 1 | bottom_left_corner -------------------------------------------------------------------------------- /dist/cursors/lr_angle: -------------------------------------------------------------------------------- 1 | bottom_right_corner -------------------------------------------------------------------------------- /dist/cursors/move: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist/cursors/n-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist/cursors/ne-resize: -------------------------------------------------------------------------------- 1 | top_right_corner -------------------------------------------------------------------------------- /dist/cursors/nesw-resize: -------------------------------------------------------------------------------- 1 | size_bdiag -------------------------------------------------------------------------------- /dist/cursors/no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/no-drop -------------------------------------------------------------------------------- /dist/cursors/not-allowed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/not-allowed -------------------------------------------------------------------------------- /dist/cursors/nw-resize: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /dist/cursors/nwse-resize: -------------------------------------------------------------------------------- 1 | size_fdiag -------------------------------------------------------------------------------- /dist/cursors/openhand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/openhand -------------------------------------------------------------------------------- /dist/cursors/pencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/pencil -------------------------------------------------------------------------------- /dist/cursors/pirate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/pirate -------------------------------------------------------------------------------- /dist/cursors/plus: -------------------------------------------------------------------------------- 1 | cell -------------------------------------------------------------------------------- /dist/cursors/pointer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/pointer -------------------------------------------------------------------------------- /dist/cursors/pointing_hand: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist/cursors/progress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/progress -------------------------------------------------------------------------------- /dist/cursors/question_arrow: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist/cursors/right-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/right-arrow -------------------------------------------------------------------------------- /dist/cursors/right_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/right_ptr -------------------------------------------------------------------------------- /dist/cursors/right_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/right_side -------------------------------------------------------------------------------- /dist/cursors/row-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/row-resize -------------------------------------------------------------------------------- /dist/cursors/s-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist/cursors/sb_h_double_arrow: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist/cursors/sb_v_double_arrow: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist/cursors/se-resize: -------------------------------------------------------------------------------- 1 | bottom_right_corner -------------------------------------------------------------------------------- /dist/cursors/size_all: -------------------------------------------------------------------------------- 1 | fleur -------------------------------------------------------------------------------- /dist/cursors/size_bdiag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/size_bdiag -------------------------------------------------------------------------------- /dist/cursors/size_fdiag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/size_fdiag -------------------------------------------------------------------------------- /dist/cursors/size_hor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/size_hor -------------------------------------------------------------------------------- /dist/cursors/size_ver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/size_ver -------------------------------------------------------------------------------- /dist/cursors/split_h: -------------------------------------------------------------------------------- 1 | col-resize -------------------------------------------------------------------------------- /dist/cursors/split_v: -------------------------------------------------------------------------------- 1 | row-resize -------------------------------------------------------------------------------- /dist/cursors/sw-resize: -------------------------------------------------------------------------------- 1 | bottom_left_corner -------------------------------------------------------------------------------- /dist/cursors/text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/text -------------------------------------------------------------------------------- /dist/cursors/top_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/top_left_corner -------------------------------------------------------------------------------- /dist/cursors/top_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/top_right_corner -------------------------------------------------------------------------------- /dist/cursors/top_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/top_side -------------------------------------------------------------------------------- /dist/cursors/ul_angle: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /dist/cursors/up-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/up-arrow -------------------------------------------------------------------------------- /dist/cursors/ur_angle: -------------------------------------------------------------------------------- 1 | top_right_corner -------------------------------------------------------------------------------- /dist/cursors/v_double_arrow: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist/cursors/vertical-text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/vertical-text -------------------------------------------------------------------------------- /dist/cursors/w-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist/cursors/wait: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/wait -------------------------------------------------------------------------------- /dist/cursors/watch: -------------------------------------------------------------------------------- 1 | wait -------------------------------------------------------------------------------- /dist/cursors/wayland-cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/wayland-cursor -------------------------------------------------------------------------------- /dist/cursors/whats_this: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist/cursors/x-cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/x-cursor -------------------------------------------------------------------------------- /dist/cursors/xterm: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /dist/cursors/zoom-in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/zoom-in -------------------------------------------------------------------------------- /dist/cursors/zoom-out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/dist/cursors/zoom-out -------------------------------------------------------------------------------- /dist/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Name=McMojave Cursors 3 | 4 | -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/install.sh -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/preview.png -------------------------------------------------------------------------------- /src/config/alias.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/alias.cursor -------------------------------------------------------------------------------- /src/config/all-scroll.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/all-scroll.cursor -------------------------------------------------------------------------------- /src/config/bottom_left_corner.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/bottom_left_corner.cursor -------------------------------------------------------------------------------- /src/config/bottom_right_corner.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/bottom_right_corner.cursor -------------------------------------------------------------------------------- /src/config/bottom_side.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/bottom_side.cursor -------------------------------------------------------------------------------- /src/config/cell.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/cell.cursor -------------------------------------------------------------------------------- /src/config/center_ptr.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/center_ptr.cursor -------------------------------------------------------------------------------- /src/config/col-resize.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/col-resize.cursor -------------------------------------------------------------------------------- /src/config/color-picker.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/color-picker.cursor -------------------------------------------------------------------------------- /src/config/context-menu.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/context-menu.cursor -------------------------------------------------------------------------------- /src/config/copy.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/copy.cursor -------------------------------------------------------------------------------- /src/config/crosshair.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/crosshair.cursor -------------------------------------------------------------------------------- /src/config/default.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/default.cursor -------------------------------------------------------------------------------- /src/config/dnd-move.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/dnd-move.cursor -------------------------------------------------------------------------------- /src/config/dnd-no-drop.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/dnd-no-drop.cursor -------------------------------------------------------------------------------- /src/config/down-arrow.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/down-arrow.cursor -------------------------------------------------------------------------------- /src/config/draft.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/draft.cursor -------------------------------------------------------------------------------- /src/config/fleur.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/fleur.cursor -------------------------------------------------------------------------------- /src/config/help.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/help.cursor -------------------------------------------------------------------------------- /src/config/left-arrow.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/left-arrow.cursor -------------------------------------------------------------------------------- /src/config/left_side.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/left_side.cursor -------------------------------------------------------------------------------- /src/config/no-drop.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/no-drop.cursor -------------------------------------------------------------------------------- /src/config/not-allowed.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/not-allowed.cursor -------------------------------------------------------------------------------- /src/config/openhand.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/openhand.cursor -------------------------------------------------------------------------------- /src/config/pencil.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/pencil.cursor -------------------------------------------------------------------------------- /src/config/pirate.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/pirate.cursor -------------------------------------------------------------------------------- /src/config/pointer.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/pointer.cursor -------------------------------------------------------------------------------- /src/config/progress.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/progress.cursor -------------------------------------------------------------------------------- /src/config/right-arrow.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/right-arrow.cursor -------------------------------------------------------------------------------- /src/config/right_ptr.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/right_ptr.cursor -------------------------------------------------------------------------------- /src/config/right_side.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/right_side.cursor -------------------------------------------------------------------------------- /src/config/row-resize.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/row-resize.cursor -------------------------------------------------------------------------------- /src/config/size_bdiag.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/size_bdiag.cursor -------------------------------------------------------------------------------- /src/config/size_fdiag.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/size_fdiag.cursor -------------------------------------------------------------------------------- /src/config/size_hor.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/size_hor.cursor -------------------------------------------------------------------------------- /src/config/size_ver.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/size_ver.cursor -------------------------------------------------------------------------------- /src/config/text.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/text.cursor -------------------------------------------------------------------------------- /src/config/top_left_corner.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/top_left_corner.cursor -------------------------------------------------------------------------------- /src/config/top_right_corner.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/top_right_corner.cursor -------------------------------------------------------------------------------- /src/config/top_side.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/top_side.cursor -------------------------------------------------------------------------------- /src/config/up-arrow.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/up-arrow.cursor -------------------------------------------------------------------------------- /src/config/vertical-text.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/vertical-text.cursor -------------------------------------------------------------------------------- /src/config/wait.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/wait.cursor -------------------------------------------------------------------------------- /src/config/wayland-cursor.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/wayland-cursor.cursor -------------------------------------------------------------------------------- /src/config/x-cursor.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/x-cursor.cursor -------------------------------------------------------------------------------- /src/config/zoom-in.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/zoom-in.cursor -------------------------------------------------------------------------------- /src/config/zoom-out.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/config/zoom-out.cursor -------------------------------------------------------------------------------- /src/cursorList: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/cursorList -------------------------------------------------------------------------------- /src/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Name=McMojave Cursors 3 | 4 | -------------------------------------------------------------------------------- /src/svg/alias.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/alias.svg -------------------------------------------------------------------------------- /src/svg/all-scroll.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/all-scroll.svg -------------------------------------------------------------------------------- /src/svg/bottom_left_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/bottom_left_corner.svg -------------------------------------------------------------------------------- /src/svg/bottom_right_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/bottom_right_corner.svg -------------------------------------------------------------------------------- /src/svg/bottom_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/bottom_side.svg -------------------------------------------------------------------------------- /src/svg/cell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/cell.svg -------------------------------------------------------------------------------- /src/svg/center_ptr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/center_ptr.svg -------------------------------------------------------------------------------- /src/svg/col-resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/col-resize.svg -------------------------------------------------------------------------------- /src/svg/color-picker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/color-picker.svg -------------------------------------------------------------------------------- /src/svg/context-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/context-menu.svg -------------------------------------------------------------------------------- /src/svg/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/copy.svg -------------------------------------------------------------------------------- /src/svg/crosshair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/crosshair.svg -------------------------------------------------------------------------------- /src/svg/default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/default.svg -------------------------------------------------------------------------------- /src/svg/dnd-move.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/dnd-move.svg -------------------------------------------------------------------------------- /src/svg/dnd-no-drop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/dnd-no-drop.svg -------------------------------------------------------------------------------- /src/svg/down-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/down-arrow.svg -------------------------------------------------------------------------------- /src/svg/draft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/draft.svg -------------------------------------------------------------------------------- /src/svg/fleur.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/fleur.svg -------------------------------------------------------------------------------- /src/svg/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/help.svg -------------------------------------------------------------------------------- /src/svg/left-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/left-arrow.svg -------------------------------------------------------------------------------- /src/svg/left_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/left_side.svg -------------------------------------------------------------------------------- /src/svg/no-drop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/no-drop.svg -------------------------------------------------------------------------------- /src/svg/not-allowed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/not-allowed.svg -------------------------------------------------------------------------------- /src/svg/openhand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/openhand.svg -------------------------------------------------------------------------------- /src/svg/pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/pencil.svg -------------------------------------------------------------------------------- /src/svg/pirate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/pirate.svg -------------------------------------------------------------------------------- /src/svg/pointer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/pointer.svg -------------------------------------------------------------------------------- /src/svg/progress-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-01.svg -------------------------------------------------------------------------------- /src/svg/progress-02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-02.svg -------------------------------------------------------------------------------- /src/svg/progress-03.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-03.svg -------------------------------------------------------------------------------- /src/svg/progress-04.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-04.svg -------------------------------------------------------------------------------- /src/svg/progress-05.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-05.svg -------------------------------------------------------------------------------- /src/svg/progress-06.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-06.svg -------------------------------------------------------------------------------- /src/svg/progress-07.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-07.svg -------------------------------------------------------------------------------- /src/svg/progress-08.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-08.svg -------------------------------------------------------------------------------- /src/svg/progress-09.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-09.svg -------------------------------------------------------------------------------- /src/svg/progress-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-10.svg -------------------------------------------------------------------------------- /src/svg/progress-11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-11.svg -------------------------------------------------------------------------------- /src/svg/progress-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-12.svg -------------------------------------------------------------------------------- /src/svg/progress-13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-13.svg -------------------------------------------------------------------------------- /src/svg/progress-14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-14.svg -------------------------------------------------------------------------------- /src/svg/progress-15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-15.svg -------------------------------------------------------------------------------- /src/svg/progress-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-16.svg -------------------------------------------------------------------------------- /src/svg/progress-17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-17.svg -------------------------------------------------------------------------------- /src/svg/progress-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-18.svg -------------------------------------------------------------------------------- /src/svg/progress-19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-19.svg -------------------------------------------------------------------------------- /src/svg/progress-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-20.svg -------------------------------------------------------------------------------- /src/svg/progress-21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-21.svg -------------------------------------------------------------------------------- /src/svg/progress-22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-22.svg -------------------------------------------------------------------------------- /src/svg/progress-23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress-23.svg -------------------------------------------------------------------------------- /src/svg/progress.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/progress.svg -------------------------------------------------------------------------------- /src/svg/right-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/right-arrow.svg -------------------------------------------------------------------------------- /src/svg/right_ptr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/right_ptr.svg -------------------------------------------------------------------------------- /src/svg/right_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/right_side.svg -------------------------------------------------------------------------------- /src/svg/row-resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/row-resize.svg -------------------------------------------------------------------------------- /src/svg/size_bdiag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/size_bdiag.svg -------------------------------------------------------------------------------- /src/svg/size_fdiag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/size_fdiag.svg -------------------------------------------------------------------------------- /src/svg/size_hor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/size_hor.svg -------------------------------------------------------------------------------- /src/svg/size_ver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/size_ver.svg -------------------------------------------------------------------------------- /src/svg/text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/text.svg -------------------------------------------------------------------------------- /src/svg/top_left_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/top_left_corner.svg -------------------------------------------------------------------------------- /src/svg/top_right_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/top_right_corner.svg -------------------------------------------------------------------------------- /src/svg/top_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/top_side.svg -------------------------------------------------------------------------------- /src/svg/up-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/up-arrow.svg -------------------------------------------------------------------------------- /src/svg/vertical-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/vertical-text.svg -------------------------------------------------------------------------------- /src/svg/wait-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-01.svg -------------------------------------------------------------------------------- /src/svg/wait-02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-02.svg -------------------------------------------------------------------------------- /src/svg/wait-03.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-03.svg -------------------------------------------------------------------------------- /src/svg/wait-04.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-04.svg -------------------------------------------------------------------------------- /src/svg/wait-05.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-05.svg -------------------------------------------------------------------------------- /src/svg/wait-06.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-06.svg -------------------------------------------------------------------------------- /src/svg/wait-07.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-07.svg -------------------------------------------------------------------------------- /src/svg/wait-08.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-08.svg -------------------------------------------------------------------------------- /src/svg/wait-09.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-09.svg -------------------------------------------------------------------------------- /src/svg/wait-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-10.svg -------------------------------------------------------------------------------- /src/svg/wait-11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-11.svg -------------------------------------------------------------------------------- /src/svg/wait-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-12.svg -------------------------------------------------------------------------------- /src/svg/wait-13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-13.svg -------------------------------------------------------------------------------- /src/svg/wait-14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-14.svg -------------------------------------------------------------------------------- /src/svg/wait-15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-15.svg -------------------------------------------------------------------------------- /src/svg/wait-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-16.svg -------------------------------------------------------------------------------- /src/svg/wait-17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-17.svg -------------------------------------------------------------------------------- /src/svg/wait-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-18.svg -------------------------------------------------------------------------------- /src/svg/wait-19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-19.svg -------------------------------------------------------------------------------- /src/svg/wait-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-20.svg -------------------------------------------------------------------------------- /src/svg/wait-21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-21.svg -------------------------------------------------------------------------------- /src/svg/wait-22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-22.svg -------------------------------------------------------------------------------- /src/svg/wait-23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait-23.svg -------------------------------------------------------------------------------- /src/svg/wait.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wait.svg -------------------------------------------------------------------------------- /src/svg/wayland-cursor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/wayland-cursor.svg -------------------------------------------------------------------------------- /src/svg/x-cursor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/x-cursor.svg -------------------------------------------------------------------------------- /src/svg/zoom-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/zoom-in.svg -------------------------------------------------------------------------------- /src/svg/zoom-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/McMojave-cursors/HEAD/src/svg/zoom-out.svg --------------------------------------------------------------------------------