From 90682a3b3482106dca2723fbf0b6d765751c7100 Mon Sep 17 00:00:00 2001 From: Abdulkaiz Khatri <24286590+ful1e5@users.noreply.github.com> Date: Wed, 20 Mar 2024 18:06:01 +0530 Subject: [PATCH] feat: Redesign all cursor to latest macOS Related to #95 --- CHANGELOG.md | 5 +- svg/X_cursor.svg | 33 ++++----- svg/all-scroll.svg | 45 ++++++------ svg/bottom_left_corner.svg | 33 ++++----- svg/bottom_right_corner.svg | 33 ++++----- svg/bottom_tee.svg | 33 ++++----- svg/center_ptr.svg | 26 +------ svg/context-menu.svg | 23 +----- svg/copy.svg | 101 +++++++++++++------------- svg/cross.svg | 35 +++++---- svg/crossed_circle.svg | 77 ++++++++++---------- svg/crosshair.svg | 141 ++++++++++++++++++------------------ svg/dnd_no_drop.svg | 55 +++++++------- svg/dotbox.svg | 45 ++++++------ svg/hand1.svg | 39 +++++----- svg/hand2.svg | 39 +++++----- svg/left_ptr.svg | 26 +------ svg/left_side.svg | 43 ++++++----- svg/left_tee.svg | 33 ++++----- svg/link.svg | 33 ++++----- svg/ll_angle.svg | 35 +++++---- svg/lr_angle.svg | 35 +++++---- svg/move.svg | 39 +++++----- svg/pencil.svg | 33 ++++----- svg/plus.svg | 37 +++++----- svg/question_arrow.svg | 37 +++++----- svg/right_ptr.svg | 21 +----- svg/right_tee.svg | 43 ++++++----- svg/sb_down_arrow.svg | 43 ++++++----- svg/sb_h_double_arrow.svg | 33 ++++----- svg/sb_left_arrow.svg | 33 ++++----- svg/sb_right_arrow.svg | 33 ++++----- svg/sb_up_arrow.svg | 33 ++++----- svg/sb_v_double_arrow.svg | 43 ++++++----- svg/top_side.svg | 43 ++++++----- svg/top_tee.svg | 43 ++++++----- svg/ul_angle.svg | 33 ++++----- svg/ur_angle.svg | 33 ++++----- svg/vertical-text.svg | 19 +---- svg/wayland-cursor.svg | 33 ++++----- svg/xterm.svg | 25 +------ svg/zoom-in.svg | 63 ++++++++-------- svg/zoom-out.svg | 61 ++++++++-------- 43 files changed, 800 insertions(+), 949 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eebf6e7..e44837a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The 'bitmaps' directory has been removed from the git repository. You can now generate the PNG files using `yarn render` or download them from the release assets. -### Added +### What's New? +- feat: Redesign all cursor to latest macOS (Related to #95) - README.md: AUR docs added #91 +### Changes + ## [v2.0.0] - 11 October 2021 ### Added diff --git a/svg/X_cursor.svg b/svg/X_cursor.svg index 9ebee48..d6ba70d 100644 --- a/svg/X_cursor.svg +++ b/svg/X_cursor.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/all-scroll.svg b/svg/all-scroll.svg index 0852d08..b675096 100644 --- a/svg/all-scroll.svg +++ b/svg/all-scroll.svg @@ -1,24 +1,23 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/bottom_left_corner.svg b/svg/bottom_left_corner.svg index 3b120c6..a99d2ec 100644 --- a/svg/bottom_left_corner.svg +++ b/svg/bottom_left_corner.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/bottom_right_corner.svg b/svg/bottom_right_corner.svg index 47e300d..3a83143 100644 --- a/svg/bottom_right_corner.svg +++ b/svg/bottom_right_corner.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/bottom_tee.svg b/svg/bottom_tee.svg index ebc734e..19f78d5 100644 --- a/svg/bottom_tee.svg +++ b/svg/bottom_tee.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/center_ptr.svg b/svg/center_ptr.svg index be14530..c1285c5 100644 --- a/svg/center_ptr.svg +++ b/svg/center_ptr.svg @@ -1,25 +1,3 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/svg/context-menu.svg b/svg/context-menu.svg index 269eec7..124846e 100644 --- a/svg/context-menu.svg +++ b/svg/context-menu.svg @@ -1,22 +1,3 @@ - - - - - - - - - - - - - - - - - - - - - + + diff --git a/svg/copy.svg b/svg/copy.svg index e4a9fb3..08f25d3 100644 --- a/svg/copy.svg +++ b/svg/copy.svg @@ -1,52 +1,51 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/cross.svg b/svg/cross.svg index f6c3d09..741be75 100644 --- a/svg/cross.svg +++ b/svg/cross.svg @@ -1,19 +1,18 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/crossed_circle.svg b/svg/crossed_circle.svg index c841e0d..3757e1f 100644 --- a/svg/crossed_circle.svg +++ b/svg/crossed_circle.svg @@ -1,40 +1,39 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/crosshair.svg b/svg/crosshair.svg index 1aae276..1277710 100644 --- a/svg/crosshair.svg +++ b/svg/crosshair.svg @@ -1,72 +1,71 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/dnd_no_drop.svg b/svg/dnd_no_drop.svg index d03fe75..c7d6640 100644 --- a/svg/dnd_no_drop.svg +++ b/svg/dnd_no_drop.svg @@ -1,29 +1,28 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/dotbox.svg b/svg/dotbox.svg index 6e97521..f341dd5 100644 --- a/svg/dotbox.svg +++ b/svg/dotbox.svg @@ -1,24 +1,23 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/hand1.svg b/svg/hand1.svg index 4b4a7e0..5a001f5 100644 --- a/svg/hand1.svg +++ b/svg/hand1.svg @@ -1,21 +1,20 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/svg/hand2.svg b/svg/hand2.svg index 7627553..d85d31a 100644 --- a/svg/hand2.svg +++ b/svg/hand2.svg @@ -1,21 +1,20 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/svg/left_ptr.svg b/svg/left_ptr.svg index 91336da..6a39e38 100644 --- a/svg/left_ptr.svg +++ b/svg/left_ptr.svg @@ -1,25 +1,3 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/svg/left_side.svg b/svg/left_side.svg index 4064136..0f78f72 100644 --- a/svg/left_side.svg +++ b/svg/left_side.svg @@ -1,23 +1,22 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/left_tee.svg b/svg/left_tee.svg index e86363a..f6e6648 100644 --- a/svg/left_tee.svg +++ b/svg/left_tee.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/link.svg b/svg/link.svg index e0efdbb..b78e94a 100644 --- a/svg/link.svg +++ b/svg/link.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/ll_angle.svg b/svg/ll_angle.svg index 6158c12..03c1283 100644 --- a/svg/ll_angle.svg +++ b/svg/ll_angle.svg @@ -1,19 +1,18 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/lr_angle.svg b/svg/lr_angle.svg index 808c18b..1e99ade 100644 --- a/svg/lr_angle.svg +++ b/svg/lr_angle.svg @@ -1,19 +1,18 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/move.svg b/svg/move.svg index aee3e8f..ed97450 100644 --- a/svg/move.svg +++ b/svg/move.svg @@ -1,21 +1,20 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/svg/pencil.svg b/svg/pencil.svg index 52db031..a1fc28f 100644 --- a/svg/pencil.svg +++ b/svg/pencil.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/plus.svg b/svg/plus.svg index 52329ea..481cbd5 100644 --- a/svg/plus.svg +++ b/svg/plus.svg @@ -1,20 +1,19 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/svg/question_arrow.svg b/svg/question_arrow.svg index 8c05764..1173a34 100644 --- a/svg/question_arrow.svg +++ b/svg/question_arrow.svg @@ -1,20 +1,19 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/svg/right_ptr.svg b/svg/right_ptr.svg index 6332608..91f7df1 100644 --- a/svg/right_ptr.svg +++ b/svg/right_ptr.svg @@ -1,20 +1,3 @@ - - - - - - - - - - - - - - - - - - - + + diff --git a/svg/right_tee.svg b/svg/right_tee.svg index 14ad6b8..60535fc 100644 --- a/svg/right_tee.svg +++ b/svg/right_tee.svg @@ -1,23 +1,22 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/sb_down_arrow.svg b/svg/sb_down_arrow.svg index ff9205f..b097ed6 100644 --- a/svg/sb_down_arrow.svg +++ b/svg/sb_down_arrow.svg @@ -1,23 +1,22 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/sb_h_double_arrow.svg b/svg/sb_h_double_arrow.svg index d9e1ee3..b3b6314 100644 --- a/svg/sb_h_double_arrow.svg +++ b/svg/sb_h_double_arrow.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/sb_left_arrow.svg b/svg/sb_left_arrow.svg index 0a2f28a..2cc67bb 100644 --- a/svg/sb_left_arrow.svg +++ b/svg/sb_left_arrow.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/sb_right_arrow.svg b/svg/sb_right_arrow.svg index e1766e0..02a70cc 100644 --- a/svg/sb_right_arrow.svg +++ b/svg/sb_right_arrow.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/sb_up_arrow.svg b/svg/sb_up_arrow.svg index a2f95e7..e0222de 100644 --- a/svg/sb_up_arrow.svg +++ b/svg/sb_up_arrow.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/sb_v_double_arrow.svg b/svg/sb_v_double_arrow.svg index 29c1121..8b92feb 100644 --- a/svg/sb_v_double_arrow.svg +++ b/svg/sb_v_double_arrow.svg @@ -1,23 +1,22 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/top_side.svg b/svg/top_side.svg index bbe7be9..bba0188 100644 --- a/svg/top_side.svg +++ b/svg/top_side.svg @@ -1,23 +1,22 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/top_tee.svg b/svg/top_tee.svg index 4bb83c4..0157057 100644 --- a/svg/top_tee.svg +++ b/svg/top_tee.svg @@ -1,23 +1,22 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/ul_angle.svg b/svg/ul_angle.svg index 4494d2a..da734df 100644 --- a/svg/ul_angle.svg +++ b/svg/ul_angle.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/ur_angle.svg b/svg/ur_angle.svg index 9114fd4..b7e64d8 100644 --- a/svg/ur_angle.svg +++ b/svg/ur_angle.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/vertical-text.svg b/svg/vertical-text.svg index 877f6de..cda78bf 100644 --- a/svg/vertical-text.svg +++ b/svg/vertical-text.svg @@ -1,18 +1,3 @@ - - - - - - - - - - - - - - - - - + + diff --git a/svg/wayland-cursor.svg b/svg/wayland-cursor.svg index 775bef8..294f567 100644 --- a/svg/wayland-cursor.svg +++ b/svg/wayland-cursor.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/xterm.svg b/svg/xterm.svg index 1882f4e..e0d02d7 100644 --- a/svg/xterm.svg +++ b/svg/xterm.svg @@ -1,24 +1,3 @@ - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/svg/zoom-in.svg b/svg/zoom-in.svg index bfb4a94..f9e0ecb 100644 --- a/svg/zoom-in.svg +++ b/svg/zoom-in.svg @@ -1,33 +1,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/zoom-out.svg b/svg/zoom-out.svg index ad195c1..05fbad5 100644 --- a/svg/zoom-out.svg +++ b/svg/zoom-out.svg @@ -1,32 +1,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +