├── .gitattributes ├── LICENSE ├── README.md ├── dist-dark-nord ├── 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 │ ├── ew-resize │ ├── 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 │ ├── ns-resize │ ├── 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-bdiag │ ├── size-fdiag │ ├── size-hor │ ├── size-ver │ ├── size_all │ ├── size_bdiag │ ├── size_fdiag │ ├── size_hor │ ├── size_ver │ ├── split_h │ ├── split_v │ ├── sw-resize │ ├── text │ ├── top_left_arrow │ ├── 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 ├── dist-dark ├── 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 │ ├── ew-resize │ ├── 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 │ ├── ns-resize │ ├── 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-bdiag │ ├── size-fdiag │ ├── size-hor │ ├── size-ver │ ├── size_all │ ├── size_bdiag │ ├── size_fdiag │ ├── size_hor │ ├── size_ver │ ├── split_h │ ├── split_v │ ├── sw-resize │ ├── text │ ├── top_left_arrow │ ├── 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 ├── dist-light-nord ├── 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 │ ├── ew-resize │ ├── 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 │ ├── ns-resize │ ├── 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-bdiag │ ├── size-fdiag │ ├── size-hor │ ├── size-ver │ ├── size_all │ ├── size_bdiag │ ├── size_fdiag │ ├── size_hor │ ├── size_ver │ ├── split_h │ ├── split_v │ ├── sw-resize │ ├── text │ ├── top_left_arrow │ ├── 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 ├── dist-light ├── 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 │ ├── ew-resize │ ├── 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 │ ├── ns-resize │ ├── 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-bdiag │ ├── size-fdiag │ ├── size-hor │ ├── size-ver │ ├── size_all │ ├── size_bdiag │ ├── size_fdiag │ ├── size_hor │ ├── size_ver │ ├── split_h │ ├── split_v │ ├── sw-resize │ ├── text │ ├── top_left_arrow │ ├── 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 ├── logo.png ├── logo.svg ├── preview-nord.png ├── preview-normal.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 ├── svg-dark-nord ├── 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 ├── svg-dark ├── 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 ├── svg-light-nord ├── 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 └── svg-light ├── 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 /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/README.md -------------------------------------------------------------------------------- /dist-dark-nord/cursors/00000000000000020006000e7e9ffc3f: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-dark-nord/cursors/00008160000006810000408080010102: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-dark-nord/cursors/03b6e0fcb3499374a867c041f52298f0: -------------------------------------------------------------------------------- 1 | circle -------------------------------------------------------------------------------- /dist-dark-nord/cursors/08e8e1c95fe2fc01f976f1e063a24ccd: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-dark-nord/cursors/1081e37283d90000800003c07f3ef6bf: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist-dark-nord/cursors/3085a0e285430894940527032f8b26df: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist-dark-nord/cursors/3ecb610c1bf2410f44200f48c40d3599: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-dark-nord/cursors/4498f0e0c1937ffe01fd06f973665830: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-dark-nord/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-dark-nord/cursors/6407b0e94181790501fd1e167b474872: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist-dark-nord/cursors/640fb0e74195791501fd1ed57b41487f: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist-dark-nord/cursors/9081237383d90e509aa00f00170e968f: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-dark-nord/cursors/9d800788f1b08800ae810202380a0822: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-dark-nord/cursors/a2a266d0498c3104214a47bd64ab0fc8: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist-dark-nord/cursors/alias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/alias -------------------------------------------------------------------------------- /dist-dark-nord/cursors/all-scroll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/all-scroll -------------------------------------------------------------------------------- /dist-dark-nord/cursors/arrow: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-dark-nord/cursors/b66166c04f8c3109214a4fbd64a50fc8: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist-dark-nord/cursors/bottom_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/bottom_left_corner -------------------------------------------------------------------------------- /dist-dark-nord/cursors/bottom_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/bottom_right_corner -------------------------------------------------------------------------------- /dist-dark-nord/cursors/bottom_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/bottom_side -------------------------------------------------------------------------------- /dist-dark-nord/cursors/cell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/cell -------------------------------------------------------------------------------- /dist-dark-nord/cursors/center_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/center_ptr -------------------------------------------------------------------------------- /dist-dark-nord/cursors/circle: -------------------------------------------------------------------------------- 1 | not-allowed -------------------------------------------------------------------------------- /dist-dark-nord/cursors/closedhand: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-dark-nord/cursors/col-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/col-resize -------------------------------------------------------------------------------- /dist-dark-nord/cursors/color-picker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/color-picker -------------------------------------------------------------------------------- /dist-dark-nord/cursors/context-menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/context-menu -------------------------------------------------------------------------------- /dist-dark-nord/cursors/copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/copy -------------------------------------------------------------------------------- /dist-dark-nord/cursors/cross: -------------------------------------------------------------------------------- 1 | crosshair -------------------------------------------------------------------------------- /dist-dark-nord/cursors/crossed_circle: -------------------------------------------------------------------------------- 1 | not-allowed -------------------------------------------------------------------------------- /dist-dark-nord/cursors/crosshair: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/crosshair -------------------------------------------------------------------------------- /dist-dark-nord/cursors/d9ce0ab605698f320427677b458ad60b: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-dark-nord/cursors/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/default -------------------------------------------------------------------------------- /dist-dark-nord/cursors/dnd-copy: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist-dark-nord/cursors/dnd-move: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/dnd-move -------------------------------------------------------------------------------- /dist-dark-nord/cursors/dnd-no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/dnd-no-drop -------------------------------------------------------------------------------- /dist-dark-nord/cursors/dnd-none: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-dark-nord/cursors/down-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/down-arrow -------------------------------------------------------------------------------- /dist-dark-nord/cursors/draft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/draft -------------------------------------------------------------------------------- /dist-dark-nord/cursors/e-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-dark-nord/cursors/e29285e634086352946a0e7090d73106: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-dark-nord/cursors/ew-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-dark-nord/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-dark-nord/cursors/fleur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/fleur -------------------------------------------------------------------------------- /dist-dark-nord/cursors/forbidden: -------------------------------------------------------------------------------- 1 | no-drop -------------------------------------------------------------------------------- /dist-dark-nord/cursors/grab: -------------------------------------------------------------------------------- 1 | openhand -------------------------------------------------------------------------------- /dist-dark-nord/cursors/grabbing: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-dark-nord/cursors/h_double_arrow: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-dark-nord/cursors/half-busy: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-dark-nord/cursors/hand1: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-dark-nord/cursors/hand2: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-dark-nord/cursors/help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/help -------------------------------------------------------------------------------- /dist-dark-nord/cursors/ibeam: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /dist-dark-nord/cursors/left-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/left-arrow -------------------------------------------------------------------------------- /dist-dark-nord/cursors/left_ptr: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-dark-nord/cursors/left_ptr_help: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-dark-nord/cursors/left_ptr_watch: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-dark-nord/cursors/left_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/left_side -------------------------------------------------------------------------------- /dist-dark-nord/cursors/link: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist-dark-nord/cursors/ll_angle: -------------------------------------------------------------------------------- 1 | bottom_left_corner -------------------------------------------------------------------------------- /dist-dark-nord/cursors/lr_angle: -------------------------------------------------------------------------------- 1 | bottom_right_corner -------------------------------------------------------------------------------- /dist-dark-nord/cursors/move: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-dark-nord/cursors/n-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-dark-nord/cursors/ne-resize: -------------------------------------------------------------------------------- 1 | top_right_corner -------------------------------------------------------------------------------- /dist-dark-nord/cursors/nesw-resize: -------------------------------------------------------------------------------- 1 | size_bdiag -------------------------------------------------------------------------------- /dist-dark-nord/cursors/no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/no-drop -------------------------------------------------------------------------------- /dist-dark-nord/cursors/not-allowed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/not-allowed -------------------------------------------------------------------------------- /dist-dark-nord/cursors/ns-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-dark-nord/cursors/nw-resize: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /dist-dark-nord/cursors/nwse-resize: -------------------------------------------------------------------------------- 1 | size_fdiag -------------------------------------------------------------------------------- /dist-dark-nord/cursors/openhand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/openhand -------------------------------------------------------------------------------- /dist-dark-nord/cursors/pencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/pencil -------------------------------------------------------------------------------- /dist-dark-nord/cursors/pirate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/pirate -------------------------------------------------------------------------------- /dist-dark-nord/cursors/plus: -------------------------------------------------------------------------------- 1 | cell -------------------------------------------------------------------------------- /dist-dark-nord/cursors/pointer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/pointer -------------------------------------------------------------------------------- /dist-dark-nord/cursors/pointing_hand: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-dark-nord/cursors/progress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/progress -------------------------------------------------------------------------------- /dist-dark-nord/cursors/question_arrow: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-dark-nord/cursors/right-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/right-arrow -------------------------------------------------------------------------------- /dist-dark-nord/cursors/right_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/right_ptr -------------------------------------------------------------------------------- /dist-dark-nord/cursors/right_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/right_side -------------------------------------------------------------------------------- /dist-dark-nord/cursors/row-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/row-resize -------------------------------------------------------------------------------- /dist-dark-nord/cursors/s-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-dark-nord/cursors/sb_h_double_arrow: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-dark-nord/cursors/sb_v_double_arrow: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-dark-nord/cursors/se-resize: -------------------------------------------------------------------------------- 1 | bottom_right_corner -------------------------------------------------------------------------------- /dist-dark-nord/cursors/size-bdiag: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-dark-nord/cursors/size-fdiag: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-dark-nord/cursors/size-hor: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-dark-nord/cursors/size-ver: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-dark-nord/cursors/size_all: -------------------------------------------------------------------------------- 1 | fleur -------------------------------------------------------------------------------- /dist-dark-nord/cursors/size_bdiag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/size_bdiag -------------------------------------------------------------------------------- /dist-dark-nord/cursors/size_fdiag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/size_fdiag -------------------------------------------------------------------------------- /dist-dark-nord/cursors/size_hor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/size_hor -------------------------------------------------------------------------------- /dist-dark-nord/cursors/size_ver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/size_ver -------------------------------------------------------------------------------- /dist-dark-nord/cursors/split_h: -------------------------------------------------------------------------------- 1 | col-resize -------------------------------------------------------------------------------- /dist-dark-nord/cursors/split_v: -------------------------------------------------------------------------------- 1 | row-resize -------------------------------------------------------------------------------- /dist-dark-nord/cursors/sw-resize: -------------------------------------------------------------------------------- 1 | bottom_left_corner -------------------------------------------------------------------------------- /dist-dark-nord/cursors/text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/text -------------------------------------------------------------------------------- /dist-dark-nord/cursors/top_left_arrow: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-dark-nord/cursors/top_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/top_left_corner -------------------------------------------------------------------------------- /dist-dark-nord/cursors/top_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/top_right_corner -------------------------------------------------------------------------------- /dist-dark-nord/cursors/top_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/top_side -------------------------------------------------------------------------------- /dist-dark-nord/cursors/ul_angle: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /dist-dark-nord/cursors/up-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/up-arrow -------------------------------------------------------------------------------- /dist-dark-nord/cursors/ur_angle: -------------------------------------------------------------------------------- 1 | top_right_corner -------------------------------------------------------------------------------- /dist-dark-nord/cursors/v_double_arrow: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-dark-nord/cursors/vertical-text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/vertical-text -------------------------------------------------------------------------------- /dist-dark-nord/cursors/w-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-dark-nord/cursors/wait: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/wait -------------------------------------------------------------------------------- /dist-dark-nord/cursors/watch: -------------------------------------------------------------------------------- 1 | wait -------------------------------------------------------------------------------- /dist-dark-nord/cursors/wayland-cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/wayland-cursor -------------------------------------------------------------------------------- /dist-dark-nord/cursors/whats_this: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-dark-nord/cursors/x-cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/x-cursor -------------------------------------------------------------------------------- /dist-dark-nord/cursors/xterm: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /dist-dark-nord/cursors/zoom-in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/zoom-in -------------------------------------------------------------------------------- /dist-dark-nord/cursors/zoom-out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/cursors/zoom-out -------------------------------------------------------------------------------- /dist-dark-nord/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark-nord/index.theme -------------------------------------------------------------------------------- /dist-dark/cursors/00000000000000020006000e7e9ffc3f: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-dark/cursors/00008160000006810000408080010102: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-dark/cursors/03b6e0fcb3499374a867c041f52298f0: -------------------------------------------------------------------------------- 1 | circle -------------------------------------------------------------------------------- /dist-dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-dark/cursors/1081e37283d90000800003c07f3ef6bf: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist-dark/cursors/3085a0e285430894940527032f8b26df: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist-dark/cursors/3ecb610c1bf2410f44200f48c40d3599: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-dark/cursors/4498f0e0c1937ffe01fd06f973665830: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-dark/cursors/6407b0e94181790501fd1e167b474872: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist-dark/cursors/640fb0e74195791501fd1ed57b41487f: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist-dark/cursors/9081237383d90e509aa00f00170e968f: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-dark/cursors/9d800788f1b08800ae810202380a0822: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-dark/cursors/a2a266d0498c3104214a47bd64ab0fc8: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist-dark/cursors/alias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/alias -------------------------------------------------------------------------------- /dist-dark/cursors/all-scroll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/all-scroll -------------------------------------------------------------------------------- /dist-dark/cursors/arrow: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-dark/cursors/b66166c04f8c3109214a4fbd64a50fc8: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist-dark/cursors/bottom_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/bottom_left_corner -------------------------------------------------------------------------------- /dist-dark/cursors/bottom_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/bottom_right_corner -------------------------------------------------------------------------------- /dist-dark/cursors/bottom_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/bottom_side -------------------------------------------------------------------------------- /dist-dark/cursors/cell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/cell -------------------------------------------------------------------------------- /dist-dark/cursors/center_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/center_ptr -------------------------------------------------------------------------------- /dist-dark/cursors/circle: -------------------------------------------------------------------------------- 1 | not-allowed -------------------------------------------------------------------------------- /dist-dark/cursors/closedhand: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-dark/cursors/col-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/col-resize -------------------------------------------------------------------------------- /dist-dark/cursors/color-picker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/color-picker -------------------------------------------------------------------------------- /dist-dark/cursors/context-menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/context-menu -------------------------------------------------------------------------------- /dist-dark/cursors/copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/copy -------------------------------------------------------------------------------- /dist-dark/cursors/cross: -------------------------------------------------------------------------------- 1 | crosshair -------------------------------------------------------------------------------- /dist-dark/cursors/crossed_circle: -------------------------------------------------------------------------------- 1 | not-allowed -------------------------------------------------------------------------------- /dist-dark/cursors/crosshair: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/crosshair -------------------------------------------------------------------------------- /dist-dark/cursors/d9ce0ab605698f320427677b458ad60b: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-dark/cursors/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/default -------------------------------------------------------------------------------- /dist-dark/cursors/dnd-copy: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist-dark/cursors/dnd-move: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/dnd-move -------------------------------------------------------------------------------- /dist-dark/cursors/dnd-no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/dnd-no-drop -------------------------------------------------------------------------------- /dist-dark/cursors/dnd-none: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-dark/cursors/down-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/down-arrow -------------------------------------------------------------------------------- /dist-dark/cursors/draft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/draft -------------------------------------------------------------------------------- /dist-dark/cursors/e-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-dark/cursors/e29285e634086352946a0e7090d73106: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-dark/cursors/ew-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-dark/cursors/fleur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/fleur -------------------------------------------------------------------------------- /dist-dark/cursors/forbidden: -------------------------------------------------------------------------------- 1 | no-drop -------------------------------------------------------------------------------- /dist-dark/cursors/grab: -------------------------------------------------------------------------------- 1 | openhand -------------------------------------------------------------------------------- /dist-dark/cursors/grabbing: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-dark/cursors/h_double_arrow: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-dark/cursors/half-busy: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-dark/cursors/hand1: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-dark/cursors/hand2: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-dark/cursors/help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/help -------------------------------------------------------------------------------- /dist-dark/cursors/ibeam: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /dist-dark/cursors/left-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/left-arrow -------------------------------------------------------------------------------- /dist-dark/cursors/left_ptr: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-dark/cursors/left_ptr_help: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-dark/cursors/left_ptr_watch: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-dark/cursors/left_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/left_side -------------------------------------------------------------------------------- /dist-dark/cursors/link: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist-dark/cursors/ll_angle: -------------------------------------------------------------------------------- 1 | bottom_left_corner -------------------------------------------------------------------------------- /dist-dark/cursors/lr_angle: -------------------------------------------------------------------------------- 1 | bottom_right_corner -------------------------------------------------------------------------------- /dist-dark/cursors/move: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-dark/cursors/n-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-dark/cursors/ne-resize: -------------------------------------------------------------------------------- 1 | top_right_corner -------------------------------------------------------------------------------- /dist-dark/cursors/nesw-resize: -------------------------------------------------------------------------------- 1 | size_bdiag -------------------------------------------------------------------------------- /dist-dark/cursors/no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/no-drop -------------------------------------------------------------------------------- /dist-dark/cursors/not-allowed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/not-allowed -------------------------------------------------------------------------------- /dist-dark/cursors/ns-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-dark/cursors/nw-resize: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /dist-dark/cursors/nwse-resize: -------------------------------------------------------------------------------- 1 | size_fdiag -------------------------------------------------------------------------------- /dist-dark/cursors/openhand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/openhand -------------------------------------------------------------------------------- /dist-dark/cursors/pencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/pencil -------------------------------------------------------------------------------- /dist-dark/cursors/pirate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/pirate -------------------------------------------------------------------------------- /dist-dark/cursors/plus: -------------------------------------------------------------------------------- 1 | cell -------------------------------------------------------------------------------- /dist-dark/cursors/pointer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/pointer -------------------------------------------------------------------------------- /dist-dark/cursors/pointing_hand: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-dark/cursors/progress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/progress -------------------------------------------------------------------------------- /dist-dark/cursors/question_arrow: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-dark/cursors/right-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/right-arrow -------------------------------------------------------------------------------- /dist-dark/cursors/right_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/right_ptr -------------------------------------------------------------------------------- /dist-dark/cursors/right_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/right_side -------------------------------------------------------------------------------- /dist-dark/cursors/row-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/row-resize -------------------------------------------------------------------------------- /dist-dark/cursors/s-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-dark/cursors/sb_h_double_arrow: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-dark/cursors/sb_v_double_arrow: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-dark/cursors/se-resize: -------------------------------------------------------------------------------- 1 | bottom_right_corner -------------------------------------------------------------------------------- /dist-dark/cursors/size-bdiag: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-dark/cursors/size-fdiag: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-dark/cursors/size-hor: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-dark/cursors/size-ver: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-dark/cursors/size_all: -------------------------------------------------------------------------------- 1 | fleur -------------------------------------------------------------------------------- /dist-dark/cursors/size_bdiag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/size_bdiag -------------------------------------------------------------------------------- /dist-dark/cursors/size_fdiag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/size_fdiag -------------------------------------------------------------------------------- /dist-dark/cursors/size_hor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/size_hor -------------------------------------------------------------------------------- /dist-dark/cursors/size_ver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/size_ver -------------------------------------------------------------------------------- /dist-dark/cursors/split_h: -------------------------------------------------------------------------------- 1 | col-resize -------------------------------------------------------------------------------- /dist-dark/cursors/split_v: -------------------------------------------------------------------------------- 1 | row-resize -------------------------------------------------------------------------------- /dist-dark/cursors/sw-resize: -------------------------------------------------------------------------------- 1 | bottom_left_corner -------------------------------------------------------------------------------- /dist-dark/cursors/text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/text -------------------------------------------------------------------------------- /dist-dark/cursors/top_left_arrow: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-dark/cursors/top_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/top_left_corner -------------------------------------------------------------------------------- /dist-dark/cursors/top_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/top_right_corner -------------------------------------------------------------------------------- /dist-dark/cursors/top_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/top_side -------------------------------------------------------------------------------- /dist-dark/cursors/ul_angle: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /dist-dark/cursors/up-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/up-arrow -------------------------------------------------------------------------------- /dist-dark/cursors/ur_angle: -------------------------------------------------------------------------------- 1 | top_right_corner -------------------------------------------------------------------------------- /dist-dark/cursors/v_double_arrow: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-dark/cursors/vertical-text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/vertical-text -------------------------------------------------------------------------------- /dist-dark/cursors/w-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-dark/cursors/wait: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/wait -------------------------------------------------------------------------------- /dist-dark/cursors/watch: -------------------------------------------------------------------------------- 1 | wait -------------------------------------------------------------------------------- /dist-dark/cursors/wayland-cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/wayland-cursor -------------------------------------------------------------------------------- /dist-dark/cursors/whats_this: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-dark/cursors/x-cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/x-cursor -------------------------------------------------------------------------------- /dist-dark/cursors/xterm: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /dist-dark/cursors/zoom-in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/zoom-in -------------------------------------------------------------------------------- /dist-dark/cursors/zoom-out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/cursors/zoom-out -------------------------------------------------------------------------------- /dist-dark/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-dark/index.theme -------------------------------------------------------------------------------- /dist-light-nord/cursors/00000000000000020006000e7e9ffc3f: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-light-nord/cursors/00008160000006810000408080010102: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-light-nord/cursors/03b6e0fcb3499374a867c041f52298f0: -------------------------------------------------------------------------------- 1 | circle -------------------------------------------------------------------------------- /dist-light-nord/cursors/08e8e1c95fe2fc01f976f1e063a24ccd: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-light-nord/cursors/1081e37283d90000800003c07f3ef6bf: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist-light-nord/cursors/3085a0e285430894940527032f8b26df: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist-light-nord/cursors/3ecb610c1bf2410f44200f48c40d3599: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-light-nord/cursors/4498f0e0c1937ffe01fd06f973665830: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-light-nord/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-light-nord/cursors/6407b0e94181790501fd1e167b474872: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist-light-nord/cursors/640fb0e74195791501fd1ed57b41487f: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist-light-nord/cursors/9081237383d90e509aa00f00170e968f: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-light-nord/cursors/9d800788f1b08800ae810202380a0822: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-light-nord/cursors/a2a266d0498c3104214a47bd64ab0fc8: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist-light-nord/cursors/alias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/alias -------------------------------------------------------------------------------- /dist-light-nord/cursors/all-scroll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/all-scroll -------------------------------------------------------------------------------- /dist-light-nord/cursors/arrow: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-light-nord/cursors/b66166c04f8c3109214a4fbd64a50fc8: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist-light-nord/cursors/bottom_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/bottom_left_corner -------------------------------------------------------------------------------- /dist-light-nord/cursors/bottom_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/bottom_right_corner -------------------------------------------------------------------------------- /dist-light-nord/cursors/bottom_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/bottom_side -------------------------------------------------------------------------------- /dist-light-nord/cursors/cell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/cell -------------------------------------------------------------------------------- /dist-light-nord/cursors/center_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/center_ptr -------------------------------------------------------------------------------- /dist-light-nord/cursors/circle: -------------------------------------------------------------------------------- 1 | not-allowed -------------------------------------------------------------------------------- /dist-light-nord/cursors/closedhand: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-light-nord/cursors/col-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/col-resize -------------------------------------------------------------------------------- /dist-light-nord/cursors/color-picker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/color-picker -------------------------------------------------------------------------------- /dist-light-nord/cursors/context-menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/context-menu -------------------------------------------------------------------------------- /dist-light-nord/cursors/copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/copy -------------------------------------------------------------------------------- /dist-light-nord/cursors/cross: -------------------------------------------------------------------------------- 1 | crosshair -------------------------------------------------------------------------------- /dist-light-nord/cursors/crossed_circle: -------------------------------------------------------------------------------- 1 | not-allowed -------------------------------------------------------------------------------- /dist-light-nord/cursors/crosshair: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/crosshair -------------------------------------------------------------------------------- /dist-light-nord/cursors/d9ce0ab605698f320427677b458ad60b: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-light-nord/cursors/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/default -------------------------------------------------------------------------------- /dist-light-nord/cursors/dnd-copy: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist-light-nord/cursors/dnd-move: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/dnd-move -------------------------------------------------------------------------------- /dist-light-nord/cursors/dnd-no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/dnd-no-drop -------------------------------------------------------------------------------- /dist-light-nord/cursors/dnd-none: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-light-nord/cursors/down-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/down-arrow -------------------------------------------------------------------------------- /dist-light-nord/cursors/draft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/draft -------------------------------------------------------------------------------- /dist-light-nord/cursors/e-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-light-nord/cursors/e29285e634086352946a0e7090d73106: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-light-nord/cursors/ew-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-light-nord/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-light-nord/cursors/fleur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/fleur -------------------------------------------------------------------------------- /dist-light-nord/cursors/forbidden: -------------------------------------------------------------------------------- 1 | no-drop -------------------------------------------------------------------------------- /dist-light-nord/cursors/grab: -------------------------------------------------------------------------------- 1 | openhand -------------------------------------------------------------------------------- /dist-light-nord/cursors/grabbing: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-light-nord/cursors/h_double_arrow: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-light-nord/cursors/half-busy: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-light-nord/cursors/hand1: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-light-nord/cursors/hand2: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-light-nord/cursors/help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/help -------------------------------------------------------------------------------- /dist-light-nord/cursors/ibeam: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /dist-light-nord/cursors/left-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/left-arrow -------------------------------------------------------------------------------- /dist-light-nord/cursors/left_ptr: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-light-nord/cursors/left_ptr_help: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-light-nord/cursors/left_ptr_watch: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-light-nord/cursors/left_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/left_side -------------------------------------------------------------------------------- /dist-light-nord/cursors/link: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist-light-nord/cursors/ll_angle: -------------------------------------------------------------------------------- 1 | bottom_left_corner -------------------------------------------------------------------------------- /dist-light-nord/cursors/lr_angle: -------------------------------------------------------------------------------- 1 | bottom_right_corner -------------------------------------------------------------------------------- /dist-light-nord/cursors/move: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-light-nord/cursors/n-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-light-nord/cursors/ne-resize: -------------------------------------------------------------------------------- 1 | top_right_corner -------------------------------------------------------------------------------- /dist-light-nord/cursors/nesw-resize: -------------------------------------------------------------------------------- 1 | size_bdiag -------------------------------------------------------------------------------- /dist-light-nord/cursors/no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/no-drop -------------------------------------------------------------------------------- /dist-light-nord/cursors/not-allowed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/not-allowed -------------------------------------------------------------------------------- /dist-light-nord/cursors/ns-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-light-nord/cursors/nw-resize: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /dist-light-nord/cursors/nwse-resize: -------------------------------------------------------------------------------- 1 | size_fdiag -------------------------------------------------------------------------------- /dist-light-nord/cursors/openhand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/openhand -------------------------------------------------------------------------------- /dist-light-nord/cursors/pencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/pencil -------------------------------------------------------------------------------- /dist-light-nord/cursors/pirate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/pirate -------------------------------------------------------------------------------- /dist-light-nord/cursors/plus: -------------------------------------------------------------------------------- 1 | cell -------------------------------------------------------------------------------- /dist-light-nord/cursors/pointer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/pointer -------------------------------------------------------------------------------- /dist-light-nord/cursors/pointing_hand: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-light-nord/cursors/progress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/progress -------------------------------------------------------------------------------- /dist-light-nord/cursors/question_arrow: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-light-nord/cursors/right-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/right-arrow -------------------------------------------------------------------------------- /dist-light-nord/cursors/right_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/right_ptr -------------------------------------------------------------------------------- /dist-light-nord/cursors/right_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/right_side -------------------------------------------------------------------------------- /dist-light-nord/cursors/row-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/row-resize -------------------------------------------------------------------------------- /dist-light-nord/cursors/s-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-light-nord/cursors/sb_h_double_arrow: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-light-nord/cursors/sb_v_double_arrow: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-light-nord/cursors/se-resize: -------------------------------------------------------------------------------- 1 | bottom_right_corner -------------------------------------------------------------------------------- /dist-light-nord/cursors/size-bdiag: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-light-nord/cursors/size-fdiag: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-light-nord/cursors/size-hor: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-light-nord/cursors/size-ver: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-light-nord/cursors/size_all: -------------------------------------------------------------------------------- 1 | fleur -------------------------------------------------------------------------------- /dist-light-nord/cursors/size_bdiag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/size_bdiag -------------------------------------------------------------------------------- /dist-light-nord/cursors/size_fdiag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/size_fdiag -------------------------------------------------------------------------------- /dist-light-nord/cursors/size_hor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/size_hor -------------------------------------------------------------------------------- /dist-light-nord/cursors/size_ver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/size_ver -------------------------------------------------------------------------------- /dist-light-nord/cursors/split_h: -------------------------------------------------------------------------------- 1 | col-resize -------------------------------------------------------------------------------- /dist-light-nord/cursors/split_v: -------------------------------------------------------------------------------- 1 | row-resize -------------------------------------------------------------------------------- /dist-light-nord/cursors/sw-resize: -------------------------------------------------------------------------------- 1 | bottom_left_corner -------------------------------------------------------------------------------- /dist-light-nord/cursors/text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/text -------------------------------------------------------------------------------- /dist-light-nord/cursors/top_left_arrow: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-light-nord/cursors/top_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/top_left_corner -------------------------------------------------------------------------------- /dist-light-nord/cursors/top_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/top_right_corner -------------------------------------------------------------------------------- /dist-light-nord/cursors/top_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/top_side -------------------------------------------------------------------------------- /dist-light-nord/cursors/ul_angle: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /dist-light-nord/cursors/up-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/up-arrow -------------------------------------------------------------------------------- /dist-light-nord/cursors/ur_angle: -------------------------------------------------------------------------------- 1 | top_right_corner -------------------------------------------------------------------------------- /dist-light-nord/cursors/v_double_arrow: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-light-nord/cursors/vertical-text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/vertical-text -------------------------------------------------------------------------------- /dist-light-nord/cursors/w-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-light-nord/cursors/wait: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/wait -------------------------------------------------------------------------------- /dist-light-nord/cursors/watch: -------------------------------------------------------------------------------- 1 | wait -------------------------------------------------------------------------------- /dist-light-nord/cursors/wayland-cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/wayland-cursor -------------------------------------------------------------------------------- /dist-light-nord/cursors/whats_this: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-light-nord/cursors/x-cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/x-cursor -------------------------------------------------------------------------------- /dist-light-nord/cursors/xterm: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /dist-light-nord/cursors/zoom-in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/zoom-in -------------------------------------------------------------------------------- /dist-light-nord/cursors/zoom-out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/cursors/zoom-out -------------------------------------------------------------------------------- /dist-light-nord/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light-nord/index.theme -------------------------------------------------------------------------------- /dist-light/cursors/00000000000000020006000e7e9ffc3f: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-light/cursors/00008160000006810000408080010102: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-light/cursors/03b6e0fcb3499374a867c041f52298f0: -------------------------------------------------------------------------------- 1 | circle -------------------------------------------------------------------------------- /dist-light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-light/cursors/1081e37283d90000800003c07f3ef6bf: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist-light/cursors/3085a0e285430894940527032f8b26df: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist-light/cursors/3ecb610c1bf2410f44200f48c40d3599: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-light/cursors/4498f0e0c1937ffe01fd06f973665830: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-light/cursors/6407b0e94181790501fd1e167b474872: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist-light/cursors/640fb0e74195791501fd1ed57b41487f: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist-light/cursors/9081237383d90e509aa00f00170e968f: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-light/cursors/9d800788f1b08800ae810202380a0822: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-light/cursors/a2a266d0498c3104214a47bd64ab0fc8: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist-light/cursors/alias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/alias -------------------------------------------------------------------------------- /dist-light/cursors/all-scroll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/all-scroll -------------------------------------------------------------------------------- /dist-light/cursors/arrow: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-light/cursors/b66166c04f8c3109214a4fbd64a50fc8: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist-light/cursors/bottom_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/bottom_left_corner -------------------------------------------------------------------------------- /dist-light/cursors/bottom_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/bottom_right_corner -------------------------------------------------------------------------------- /dist-light/cursors/bottom_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/bottom_side -------------------------------------------------------------------------------- /dist-light/cursors/cell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/cell -------------------------------------------------------------------------------- /dist-light/cursors/center_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/center_ptr -------------------------------------------------------------------------------- /dist-light/cursors/circle: -------------------------------------------------------------------------------- 1 | not-allowed -------------------------------------------------------------------------------- /dist-light/cursors/closedhand: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-light/cursors/col-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/col-resize -------------------------------------------------------------------------------- /dist-light/cursors/color-picker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/color-picker -------------------------------------------------------------------------------- /dist-light/cursors/context-menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/context-menu -------------------------------------------------------------------------------- /dist-light/cursors/copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/copy -------------------------------------------------------------------------------- /dist-light/cursors/cross: -------------------------------------------------------------------------------- 1 | crosshair -------------------------------------------------------------------------------- /dist-light/cursors/crossed_circle: -------------------------------------------------------------------------------- 1 | not-allowed -------------------------------------------------------------------------------- /dist-light/cursors/crosshair: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/crosshair -------------------------------------------------------------------------------- /dist-light/cursors/d9ce0ab605698f320427677b458ad60b: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-light/cursors/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/default -------------------------------------------------------------------------------- /dist-light/cursors/dnd-copy: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /dist-light/cursors/dnd-move: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/dnd-move -------------------------------------------------------------------------------- /dist-light/cursors/dnd-no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/dnd-no-drop -------------------------------------------------------------------------------- /dist-light/cursors/dnd-none: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-light/cursors/down-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/down-arrow -------------------------------------------------------------------------------- /dist-light/cursors/draft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/draft -------------------------------------------------------------------------------- /dist-light/cursors/e-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-light/cursors/e29285e634086352946a0e7090d73106: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-light/cursors/ew-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-light/cursors/fleur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/fleur -------------------------------------------------------------------------------- /dist-light/cursors/forbidden: -------------------------------------------------------------------------------- 1 | no-drop -------------------------------------------------------------------------------- /dist-light/cursors/grab: -------------------------------------------------------------------------------- 1 | openhand -------------------------------------------------------------------------------- /dist-light/cursors/grabbing: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-light/cursors/h_double_arrow: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-light/cursors/half-busy: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-light/cursors/hand1: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-light/cursors/hand2: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-light/cursors/help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/help -------------------------------------------------------------------------------- /dist-light/cursors/ibeam: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /dist-light/cursors/left-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/left-arrow -------------------------------------------------------------------------------- /dist-light/cursors/left_ptr: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-light/cursors/left_ptr_help: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-light/cursors/left_ptr_watch: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /dist-light/cursors/left_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/left_side -------------------------------------------------------------------------------- /dist-light/cursors/link: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /dist-light/cursors/ll_angle: -------------------------------------------------------------------------------- 1 | bottom_left_corner -------------------------------------------------------------------------------- /dist-light/cursors/lr_angle: -------------------------------------------------------------------------------- 1 | bottom_right_corner -------------------------------------------------------------------------------- /dist-light/cursors/move: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /dist-light/cursors/n-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-light/cursors/ne-resize: -------------------------------------------------------------------------------- 1 | top_right_corner -------------------------------------------------------------------------------- /dist-light/cursors/nesw-resize: -------------------------------------------------------------------------------- 1 | size_bdiag -------------------------------------------------------------------------------- /dist-light/cursors/no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/no-drop -------------------------------------------------------------------------------- /dist-light/cursors/not-allowed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/not-allowed -------------------------------------------------------------------------------- /dist-light/cursors/ns-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-light/cursors/nw-resize: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /dist-light/cursors/nwse-resize: -------------------------------------------------------------------------------- 1 | size_fdiag -------------------------------------------------------------------------------- /dist-light/cursors/openhand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/openhand -------------------------------------------------------------------------------- /dist-light/cursors/pencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/pencil -------------------------------------------------------------------------------- /dist-light/cursors/pirate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/pirate -------------------------------------------------------------------------------- /dist-light/cursors/plus: -------------------------------------------------------------------------------- 1 | cell -------------------------------------------------------------------------------- /dist-light/cursors/pointer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/pointer -------------------------------------------------------------------------------- /dist-light/cursors/pointing_hand: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /dist-light/cursors/progress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/progress -------------------------------------------------------------------------------- /dist-light/cursors/question_arrow: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-light/cursors/right-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/right-arrow -------------------------------------------------------------------------------- /dist-light/cursors/right_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/right_ptr -------------------------------------------------------------------------------- /dist-light/cursors/right_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/right_side -------------------------------------------------------------------------------- /dist-light/cursors/row-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/row-resize -------------------------------------------------------------------------------- /dist-light/cursors/s-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-light/cursors/sb_h_double_arrow: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-light/cursors/sb_v_double_arrow: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-light/cursors/se-resize: -------------------------------------------------------------------------------- 1 | bottom_right_corner -------------------------------------------------------------------------------- /dist-light/cursors/size-bdiag: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-light/cursors/size-fdiag: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-light/cursors/size-hor: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-light/cursors/size-ver: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-light/cursors/size_all: -------------------------------------------------------------------------------- 1 | fleur -------------------------------------------------------------------------------- /dist-light/cursors/size_bdiag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/size_bdiag -------------------------------------------------------------------------------- /dist-light/cursors/size_fdiag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/size_fdiag -------------------------------------------------------------------------------- /dist-light/cursors/size_hor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/size_hor -------------------------------------------------------------------------------- /dist-light/cursors/size_ver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/size_ver -------------------------------------------------------------------------------- /dist-light/cursors/split_h: -------------------------------------------------------------------------------- 1 | col-resize -------------------------------------------------------------------------------- /dist-light/cursors/split_v: -------------------------------------------------------------------------------- 1 | row-resize -------------------------------------------------------------------------------- /dist-light/cursors/sw-resize: -------------------------------------------------------------------------------- 1 | bottom_left_corner -------------------------------------------------------------------------------- /dist-light/cursors/text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/text -------------------------------------------------------------------------------- /dist-light/cursors/top_left_arrow: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /dist-light/cursors/top_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/top_left_corner -------------------------------------------------------------------------------- /dist-light/cursors/top_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/top_right_corner -------------------------------------------------------------------------------- /dist-light/cursors/top_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/top_side -------------------------------------------------------------------------------- /dist-light/cursors/ul_angle: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /dist-light/cursors/up-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/up-arrow -------------------------------------------------------------------------------- /dist-light/cursors/ur_angle: -------------------------------------------------------------------------------- 1 | top_right_corner -------------------------------------------------------------------------------- /dist-light/cursors/v_double_arrow: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /dist-light/cursors/vertical-text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/vertical-text -------------------------------------------------------------------------------- /dist-light/cursors/w-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /dist-light/cursors/wait: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/wait -------------------------------------------------------------------------------- /dist-light/cursors/watch: -------------------------------------------------------------------------------- 1 | wait -------------------------------------------------------------------------------- /dist-light/cursors/wayland-cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/wayland-cursor -------------------------------------------------------------------------------- /dist-light/cursors/whats_this: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /dist-light/cursors/x-cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/x-cursor -------------------------------------------------------------------------------- /dist-light/cursors/xterm: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /dist-light/cursors/zoom-in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/zoom-in -------------------------------------------------------------------------------- /dist-light/cursors/zoom-out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/cursors/zoom-out -------------------------------------------------------------------------------- /dist-light/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/dist-light/index.theme -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/install.sh -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/logo.png -------------------------------------------------------------------------------- /logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/logo.svg -------------------------------------------------------------------------------- /preview-nord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/preview-nord.png -------------------------------------------------------------------------------- /preview-normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/preview-normal.png -------------------------------------------------------------------------------- /src/config/alias.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/alias.cursor -------------------------------------------------------------------------------- /src/config/all-scroll.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/all-scroll.cursor -------------------------------------------------------------------------------- /src/config/bottom_left_corner.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/bottom_left_corner.cursor -------------------------------------------------------------------------------- /src/config/bottom_right_corner.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/bottom_right_corner.cursor -------------------------------------------------------------------------------- /src/config/bottom_side.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/bottom_side.cursor -------------------------------------------------------------------------------- /src/config/cell.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/cell.cursor -------------------------------------------------------------------------------- /src/config/center_ptr.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/center_ptr.cursor -------------------------------------------------------------------------------- /src/config/col-resize.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/col-resize.cursor -------------------------------------------------------------------------------- /src/config/color-picker.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/color-picker.cursor -------------------------------------------------------------------------------- /src/config/context-menu.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/context-menu.cursor -------------------------------------------------------------------------------- /src/config/copy.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/copy.cursor -------------------------------------------------------------------------------- /src/config/crosshair.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/crosshair.cursor -------------------------------------------------------------------------------- /src/config/default.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/default.cursor -------------------------------------------------------------------------------- /src/config/dnd-move.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/dnd-move.cursor -------------------------------------------------------------------------------- /src/config/dnd-no-drop.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/dnd-no-drop.cursor -------------------------------------------------------------------------------- /src/config/down-arrow.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/down-arrow.cursor -------------------------------------------------------------------------------- /src/config/draft.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/draft.cursor -------------------------------------------------------------------------------- /src/config/fleur.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/fleur.cursor -------------------------------------------------------------------------------- /src/config/help.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/help.cursor -------------------------------------------------------------------------------- /src/config/left-arrow.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/left-arrow.cursor -------------------------------------------------------------------------------- /src/config/left_side.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/left_side.cursor -------------------------------------------------------------------------------- /src/config/no-drop.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/no-drop.cursor -------------------------------------------------------------------------------- /src/config/not-allowed.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/not-allowed.cursor -------------------------------------------------------------------------------- /src/config/openhand.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/openhand.cursor -------------------------------------------------------------------------------- /src/config/pencil.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/pencil.cursor -------------------------------------------------------------------------------- /src/config/pirate.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/pirate.cursor -------------------------------------------------------------------------------- /src/config/pointer.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/pointer.cursor -------------------------------------------------------------------------------- /src/config/progress.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/progress.cursor -------------------------------------------------------------------------------- /src/config/right-arrow.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/right-arrow.cursor -------------------------------------------------------------------------------- /src/config/right_ptr.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/right_ptr.cursor -------------------------------------------------------------------------------- /src/config/right_side.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/right_side.cursor -------------------------------------------------------------------------------- /src/config/row-resize.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/row-resize.cursor -------------------------------------------------------------------------------- /src/config/size_bdiag.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/size_bdiag.cursor -------------------------------------------------------------------------------- /src/config/size_fdiag.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/size_fdiag.cursor -------------------------------------------------------------------------------- /src/config/size_hor.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/size_hor.cursor -------------------------------------------------------------------------------- /src/config/size_ver.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/size_ver.cursor -------------------------------------------------------------------------------- /src/config/text.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/text.cursor -------------------------------------------------------------------------------- /src/config/top_left_corner.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/top_left_corner.cursor -------------------------------------------------------------------------------- /src/config/top_right_corner.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/top_right_corner.cursor -------------------------------------------------------------------------------- /src/config/top_side.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/top_side.cursor -------------------------------------------------------------------------------- /src/config/up-arrow.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/up-arrow.cursor -------------------------------------------------------------------------------- /src/config/vertical-text.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/vertical-text.cursor -------------------------------------------------------------------------------- /src/config/wait.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/wait.cursor -------------------------------------------------------------------------------- /src/config/wayland-cursor.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/wayland-cursor.cursor -------------------------------------------------------------------------------- /src/config/x-cursor.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/x-cursor.cursor -------------------------------------------------------------------------------- /src/config/zoom-in.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/zoom-in.cursor -------------------------------------------------------------------------------- /src/config/zoom-out.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/config/zoom-out.cursor -------------------------------------------------------------------------------- /src/cursorList: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/cursorList -------------------------------------------------------------------------------- /src/svg-dark-nord/alias.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/alias.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/all-scroll.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/all-scroll.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/bottom_left_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/bottom_left_corner.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/bottom_right_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/bottom_right_corner.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/bottom_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/bottom_side.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/cell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/cell.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/center_ptr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/center_ptr.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/col-resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/col-resize.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/color-picker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/color-picker.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/context-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/context-menu.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/copy.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/crosshair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/crosshair.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/default.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/dnd-move.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/dnd-move.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/dnd-no-drop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/dnd-no-drop.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/down-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/down-arrow.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/draft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/draft.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/fleur.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/fleur.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/help.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/left-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/left-arrow.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/left_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/left_side.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/no-drop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/no-drop.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/not-allowed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/not-allowed.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/openhand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/openhand.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/pencil.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/pirate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/pirate.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/pointer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/pointer.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-01.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-02.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-03.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-03.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-04.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-04.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-05.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-05.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-06.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-06.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-07.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-07.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-08.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-08.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-09.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-09.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-10.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-11.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-12.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-13.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-14.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-15.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-16.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-17.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-18.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-19.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-20.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-21.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-22.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress-23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress-23.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/progress.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/progress.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/right-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/right-arrow.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/right_ptr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/right_ptr.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/right_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/right_side.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/row-resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/row-resize.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/size_bdiag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/size_bdiag.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/size_fdiag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/size_fdiag.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/size_hor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/size_hor.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/size_ver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/size_ver.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/text.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/top_left_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/top_left_corner.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/top_right_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/top_right_corner.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/top_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/top_side.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/up-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/up-arrow.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/vertical-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/vertical-text.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-01.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-02.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-03.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-03.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-04.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-04.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-05.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-05.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-06.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-06.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-07.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-07.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-08.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-08.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-09.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-09.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-10.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-11.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-12.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-13.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-14.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-15.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-16.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-17.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-18.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-19.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-20.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-21.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-22.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait-23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait-23.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wait.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wait.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/wayland-cursor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/wayland-cursor.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/x-cursor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/x-cursor.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/zoom-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/zoom-in.svg -------------------------------------------------------------------------------- /src/svg-dark-nord/zoom-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark-nord/zoom-out.svg -------------------------------------------------------------------------------- /src/svg-dark/alias.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/alias.svg -------------------------------------------------------------------------------- /src/svg-dark/all-scroll.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/all-scroll.svg -------------------------------------------------------------------------------- /src/svg-dark/bottom_left_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/bottom_left_corner.svg -------------------------------------------------------------------------------- /src/svg-dark/bottom_right_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/bottom_right_corner.svg -------------------------------------------------------------------------------- /src/svg-dark/bottom_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/bottom_side.svg -------------------------------------------------------------------------------- /src/svg-dark/cell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/cell.svg -------------------------------------------------------------------------------- /src/svg-dark/center_ptr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/center_ptr.svg -------------------------------------------------------------------------------- /src/svg-dark/col-resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/col-resize.svg -------------------------------------------------------------------------------- /src/svg-dark/color-picker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/color-picker.svg -------------------------------------------------------------------------------- /src/svg-dark/context-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/context-menu.svg -------------------------------------------------------------------------------- /src/svg-dark/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/copy.svg -------------------------------------------------------------------------------- /src/svg-dark/crosshair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/crosshair.svg -------------------------------------------------------------------------------- /src/svg-dark/default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/default.svg -------------------------------------------------------------------------------- /src/svg-dark/dnd-move.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/dnd-move.svg -------------------------------------------------------------------------------- /src/svg-dark/dnd-no-drop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/dnd-no-drop.svg -------------------------------------------------------------------------------- /src/svg-dark/down-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/down-arrow.svg -------------------------------------------------------------------------------- /src/svg-dark/draft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/draft.svg -------------------------------------------------------------------------------- /src/svg-dark/fleur.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/fleur.svg -------------------------------------------------------------------------------- /src/svg-dark/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/help.svg -------------------------------------------------------------------------------- /src/svg-dark/left-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/left-arrow.svg -------------------------------------------------------------------------------- /src/svg-dark/left_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/left_side.svg -------------------------------------------------------------------------------- /src/svg-dark/no-drop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/no-drop.svg -------------------------------------------------------------------------------- /src/svg-dark/not-allowed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/not-allowed.svg -------------------------------------------------------------------------------- /src/svg-dark/openhand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/openhand.svg -------------------------------------------------------------------------------- /src/svg-dark/pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/pencil.svg -------------------------------------------------------------------------------- /src/svg-dark/pirate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/pirate.svg -------------------------------------------------------------------------------- /src/svg-dark/pointer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/pointer.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-01.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-02.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-03.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-03.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-04.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-04.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-05.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-05.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-06.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-06.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-07.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-07.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-08.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-08.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-09.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-09.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-10.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-11.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-12.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-13.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-14.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-15.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-16.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-17.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-18.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-19.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-20.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-21.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-22.svg -------------------------------------------------------------------------------- /src/svg-dark/progress-23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress-23.svg -------------------------------------------------------------------------------- /src/svg-dark/progress.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/progress.svg -------------------------------------------------------------------------------- /src/svg-dark/right-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/right-arrow.svg -------------------------------------------------------------------------------- /src/svg-dark/right_ptr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/right_ptr.svg -------------------------------------------------------------------------------- /src/svg-dark/right_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/right_side.svg -------------------------------------------------------------------------------- /src/svg-dark/row-resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/row-resize.svg -------------------------------------------------------------------------------- /src/svg-dark/size_bdiag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/size_bdiag.svg -------------------------------------------------------------------------------- /src/svg-dark/size_fdiag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/size_fdiag.svg -------------------------------------------------------------------------------- /src/svg-dark/size_hor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/size_hor.svg -------------------------------------------------------------------------------- /src/svg-dark/size_ver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/size_ver.svg -------------------------------------------------------------------------------- /src/svg-dark/text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/text.svg -------------------------------------------------------------------------------- /src/svg-dark/top_left_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/top_left_corner.svg -------------------------------------------------------------------------------- /src/svg-dark/top_right_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/top_right_corner.svg -------------------------------------------------------------------------------- /src/svg-dark/top_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/top_side.svg -------------------------------------------------------------------------------- /src/svg-dark/up-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/up-arrow.svg -------------------------------------------------------------------------------- /src/svg-dark/vertical-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/vertical-text.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-01.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-02.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-03.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-03.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-04.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-04.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-05.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-05.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-06.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-06.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-07.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-07.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-08.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-08.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-09.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-09.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-10.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-11.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-12.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-13.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-14.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-15.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-16.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-17.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-18.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-19.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-20.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-21.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-22.svg -------------------------------------------------------------------------------- /src/svg-dark/wait-23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait-23.svg -------------------------------------------------------------------------------- /src/svg-dark/wait.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wait.svg -------------------------------------------------------------------------------- /src/svg-dark/wayland-cursor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/wayland-cursor.svg -------------------------------------------------------------------------------- /src/svg-dark/x-cursor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/x-cursor.svg -------------------------------------------------------------------------------- /src/svg-dark/zoom-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/zoom-in.svg -------------------------------------------------------------------------------- /src/svg-dark/zoom-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-dark/zoom-out.svg -------------------------------------------------------------------------------- /src/svg-light-nord/alias.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/alias.svg -------------------------------------------------------------------------------- /src/svg-light-nord/all-scroll.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/all-scroll.svg -------------------------------------------------------------------------------- /src/svg-light-nord/bottom_left_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/bottom_left_corner.svg -------------------------------------------------------------------------------- /src/svg-light-nord/bottom_right_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/bottom_right_corner.svg -------------------------------------------------------------------------------- /src/svg-light-nord/bottom_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/bottom_side.svg -------------------------------------------------------------------------------- /src/svg-light-nord/cell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/cell.svg -------------------------------------------------------------------------------- /src/svg-light-nord/center_ptr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/center_ptr.svg -------------------------------------------------------------------------------- /src/svg-light-nord/col-resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/col-resize.svg -------------------------------------------------------------------------------- /src/svg-light-nord/color-picker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/color-picker.svg -------------------------------------------------------------------------------- /src/svg-light-nord/context-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/context-menu.svg -------------------------------------------------------------------------------- /src/svg-light-nord/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/copy.svg -------------------------------------------------------------------------------- /src/svg-light-nord/crosshair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/crosshair.svg -------------------------------------------------------------------------------- /src/svg-light-nord/default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/default.svg -------------------------------------------------------------------------------- /src/svg-light-nord/dnd-move.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/dnd-move.svg -------------------------------------------------------------------------------- /src/svg-light-nord/dnd-no-drop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/dnd-no-drop.svg -------------------------------------------------------------------------------- /src/svg-light-nord/down-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/down-arrow.svg -------------------------------------------------------------------------------- /src/svg-light-nord/draft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/draft.svg -------------------------------------------------------------------------------- /src/svg-light-nord/fleur.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/fleur.svg -------------------------------------------------------------------------------- /src/svg-light-nord/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/help.svg -------------------------------------------------------------------------------- /src/svg-light-nord/left-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/left-arrow.svg -------------------------------------------------------------------------------- /src/svg-light-nord/left_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/left_side.svg -------------------------------------------------------------------------------- /src/svg-light-nord/no-drop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/no-drop.svg -------------------------------------------------------------------------------- /src/svg-light-nord/not-allowed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/not-allowed.svg -------------------------------------------------------------------------------- /src/svg-light-nord/openhand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/openhand.svg -------------------------------------------------------------------------------- /src/svg-light-nord/pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/pencil.svg -------------------------------------------------------------------------------- /src/svg-light-nord/pirate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/pirate.svg -------------------------------------------------------------------------------- /src/svg-light-nord/pointer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/pointer.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-01.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-02.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-03.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-03.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-04.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-04.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-05.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-05.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-06.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-06.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-07.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-07.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-08.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-08.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-09.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-09.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-10.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-11.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-12.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-13.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-14.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-15.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-16.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-17.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-18.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-19.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-20.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-21.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-22.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress-23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress-23.svg -------------------------------------------------------------------------------- /src/svg-light-nord/progress.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/progress.svg -------------------------------------------------------------------------------- /src/svg-light-nord/right-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/right-arrow.svg -------------------------------------------------------------------------------- /src/svg-light-nord/right_ptr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/right_ptr.svg -------------------------------------------------------------------------------- /src/svg-light-nord/right_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/right_side.svg -------------------------------------------------------------------------------- /src/svg-light-nord/row-resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/row-resize.svg -------------------------------------------------------------------------------- /src/svg-light-nord/size_bdiag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/size_bdiag.svg -------------------------------------------------------------------------------- /src/svg-light-nord/size_fdiag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/size_fdiag.svg -------------------------------------------------------------------------------- /src/svg-light-nord/size_hor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/size_hor.svg -------------------------------------------------------------------------------- /src/svg-light-nord/size_ver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/size_ver.svg -------------------------------------------------------------------------------- /src/svg-light-nord/text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/text.svg -------------------------------------------------------------------------------- /src/svg-light-nord/top_left_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/top_left_corner.svg -------------------------------------------------------------------------------- /src/svg-light-nord/top_right_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/top_right_corner.svg -------------------------------------------------------------------------------- /src/svg-light-nord/top_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/top_side.svg -------------------------------------------------------------------------------- /src/svg-light-nord/up-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/up-arrow.svg -------------------------------------------------------------------------------- /src/svg-light-nord/vertical-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/vertical-text.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-01.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-02.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-03.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-03.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-04.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-04.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-05.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-05.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-06.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-06.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-07.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-07.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-08.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-08.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-09.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-09.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-10.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-11.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-12.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-13.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-14.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-15.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-16.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-17.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-18.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-19.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-20.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-21.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-22.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait-23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait-23.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wait.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wait.svg -------------------------------------------------------------------------------- /src/svg-light-nord/wayland-cursor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/wayland-cursor.svg -------------------------------------------------------------------------------- /src/svg-light-nord/x-cursor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/x-cursor.svg -------------------------------------------------------------------------------- /src/svg-light-nord/zoom-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/zoom-in.svg -------------------------------------------------------------------------------- /src/svg-light-nord/zoom-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light-nord/zoom-out.svg -------------------------------------------------------------------------------- /src/svg-light/alias.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/alias.svg -------------------------------------------------------------------------------- /src/svg-light/all-scroll.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/all-scroll.svg -------------------------------------------------------------------------------- /src/svg-light/bottom_left_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/bottom_left_corner.svg -------------------------------------------------------------------------------- /src/svg-light/bottom_right_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/bottom_right_corner.svg -------------------------------------------------------------------------------- /src/svg-light/bottom_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/bottom_side.svg -------------------------------------------------------------------------------- /src/svg-light/cell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/cell.svg -------------------------------------------------------------------------------- /src/svg-light/center_ptr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/center_ptr.svg -------------------------------------------------------------------------------- /src/svg-light/col-resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/col-resize.svg -------------------------------------------------------------------------------- /src/svg-light/color-picker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/color-picker.svg -------------------------------------------------------------------------------- /src/svg-light/context-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/context-menu.svg -------------------------------------------------------------------------------- /src/svg-light/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/copy.svg -------------------------------------------------------------------------------- /src/svg-light/crosshair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/crosshair.svg -------------------------------------------------------------------------------- /src/svg-light/default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/default.svg -------------------------------------------------------------------------------- /src/svg-light/dnd-move.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/dnd-move.svg -------------------------------------------------------------------------------- /src/svg-light/dnd-no-drop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/dnd-no-drop.svg -------------------------------------------------------------------------------- /src/svg-light/down-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/down-arrow.svg -------------------------------------------------------------------------------- /src/svg-light/draft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/draft.svg -------------------------------------------------------------------------------- /src/svg-light/fleur.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/fleur.svg -------------------------------------------------------------------------------- /src/svg-light/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/help.svg -------------------------------------------------------------------------------- /src/svg-light/left-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/left-arrow.svg -------------------------------------------------------------------------------- /src/svg-light/left_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/left_side.svg -------------------------------------------------------------------------------- /src/svg-light/no-drop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/no-drop.svg -------------------------------------------------------------------------------- /src/svg-light/not-allowed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/not-allowed.svg -------------------------------------------------------------------------------- /src/svg-light/openhand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/openhand.svg -------------------------------------------------------------------------------- /src/svg-light/pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/pencil.svg -------------------------------------------------------------------------------- /src/svg-light/pirate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/pirate.svg -------------------------------------------------------------------------------- /src/svg-light/pointer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/pointer.svg -------------------------------------------------------------------------------- /src/svg-light/progress-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-01.svg -------------------------------------------------------------------------------- /src/svg-light/progress-02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-02.svg -------------------------------------------------------------------------------- /src/svg-light/progress-03.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-03.svg -------------------------------------------------------------------------------- /src/svg-light/progress-04.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-04.svg -------------------------------------------------------------------------------- /src/svg-light/progress-05.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-05.svg -------------------------------------------------------------------------------- /src/svg-light/progress-06.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-06.svg -------------------------------------------------------------------------------- /src/svg-light/progress-07.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-07.svg -------------------------------------------------------------------------------- /src/svg-light/progress-08.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-08.svg -------------------------------------------------------------------------------- /src/svg-light/progress-09.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-09.svg -------------------------------------------------------------------------------- /src/svg-light/progress-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-10.svg -------------------------------------------------------------------------------- /src/svg-light/progress-11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-11.svg -------------------------------------------------------------------------------- /src/svg-light/progress-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-12.svg -------------------------------------------------------------------------------- /src/svg-light/progress-13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-13.svg -------------------------------------------------------------------------------- /src/svg-light/progress-14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-14.svg -------------------------------------------------------------------------------- /src/svg-light/progress-15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-15.svg -------------------------------------------------------------------------------- /src/svg-light/progress-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-16.svg -------------------------------------------------------------------------------- /src/svg-light/progress-17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-17.svg -------------------------------------------------------------------------------- /src/svg-light/progress-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-18.svg -------------------------------------------------------------------------------- /src/svg-light/progress-19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-19.svg -------------------------------------------------------------------------------- /src/svg-light/progress-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-20.svg -------------------------------------------------------------------------------- /src/svg-light/progress-21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-21.svg -------------------------------------------------------------------------------- /src/svg-light/progress-22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-22.svg -------------------------------------------------------------------------------- /src/svg-light/progress-23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress-23.svg -------------------------------------------------------------------------------- /src/svg-light/progress.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/progress.svg -------------------------------------------------------------------------------- /src/svg-light/right-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/right-arrow.svg -------------------------------------------------------------------------------- /src/svg-light/right_ptr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/right_ptr.svg -------------------------------------------------------------------------------- /src/svg-light/right_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/right_side.svg -------------------------------------------------------------------------------- /src/svg-light/row-resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/row-resize.svg -------------------------------------------------------------------------------- /src/svg-light/size_bdiag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/size_bdiag.svg -------------------------------------------------------------------------------- /src/svg-light/size_fdiag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/size_fdiag.svg -------------------------------------------------------------------------------- /src/svg-light/size_hor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/size_hor.svg -------------------------------------------------------------------------------- /src/svg-light/size_ver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/size_ver.svg -------------------------------------------------------------------------------- /src/svg-light/text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/text.svg -------------------------------------------------------------------------------- /src/svg-light/top_left_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/top_left_corner.svg -------------------------------------------------------------------------------- /src/svg-light/top_right_corner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/top_right_corner.svg -------------------------------------------------------------------------------- /src/svg-light/top_side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/top_side.svg -------------------------------------------------------------------------------- /src/svg-light/up-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/up-arrow.svg -------------------------------------------------------------------------------- /src/svg-light/vertical-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/vertical-text.svg -------------------------------------------------------------------------------- /src/svg-light/wait-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-01.svg -------------------------------------------------------------------------------- /src/svg-light/wait-02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-02.svg -------------------------------------------------------------------------------- /src/svg-light/wait-03.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-03.svg -------------------------------------------------------------------------------- /src/svg-light/wait-04.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-04.svg -------------------------------------------------------------------------------- /src/svg-light/wait-05.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-05.svg -------------------------------------------------------------------------------- /src/svg-light/wait-06.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-06.svg -------------------------------------------------------------------------------- /src/svg-light/wait-07.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-07.svg -------------------------------------------------------------------------------- /src/svg-light/wait-08.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-08.svg -------------------------------------------------------------------------------- /src/svg-light/wait-09.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-09.svg -------------------------------------------------------------------------------- /src/svg-light/wait-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-10.svg -------------------------------------------------------------------------------- /src/svg-light/wait-11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-11.svg -------------------------------------------------------------------------------- /src/svg-light/wait-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-12.svg -------------------------------------------------------------------------------- /src/svg-light/wait-13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-13.svg -------------------------------------------------------------------------------- /src/svg-light/wait-14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-14.svg -------------------------------------------------------------------------------- /src/svg-light/wait-15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-15.svg -------------------------------------------------------------------------------- /src/svg-light/wait-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-16.svg -------------------------------------------------------------------------------- /src/svg-light/wait-17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-17.svg -------------------------------------------------------------------------------- /src/svg-light/wait-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-18.svg -------------------------------------------------------------------------------- /src/svg-light/wait-19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-19.svg -------------------------------------------------------------------------------- /src/svg-light/wait-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-20.svg -------------------------------------------------------------------------------- /src/svg-light/wait-21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-21.svg -------------------------------------------------------------------------------- /src/svg-light/wait-22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-22.svg -------------------------------------------------------------------------------- /src/svg-light/wait-23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait-23.svg -------------------------------------------------------------------------------- /src/svg-light/wait.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wait.svg -------------------------------------------------------------------------------- /src/svg-light/wayland-cursor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/wayland-cursor.svg -------------------------------------------------------------------------------- /src/svg-light/x-cursor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/x-cursor.svg -------------------------------------------------------------------------------- /src/svg-light/zoom-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/zoom-in.svg -------------------------------------------------------------------------------- /src/svg-light/zoom-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Graphite-cursors/HEAD/src/svg-light/zoom-out.svg --------------------------------------------------------------------------------