diff --git a/desktop/resources/cursor_light.png b/desktop/resources/cursor_light.png new file mode 100644 index 00000000..eede0d20 Binary files /dev/null and b/desktop/resources/cursor_light.png differ diff --git a/desktop/update_cursor.sh b/desktop/update_cursor.sh new file mode 100755 index 00000000..6fb9d8bb --- /dev/null +++ b/desktop/update_cursor.sh @@ -0,0 +1 @@ +convert resources/cursor.png -fill white -colorize 35% resources/cursor_light.png