├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── bitmaps ├── BreezeX-RoséPine │ ├── X_cursor.png │ ├── all-scroll.png │ ├── bd_double_arrow.png │ ├── bottom_left_corner.png │ ├── bottom_right_corner.png │ ├── bottom_side.png │ ├── center_ptr.png │ ├── col-resize.png │ ├── color-picker.png │ ├── context-menu.png │ ├── copy.png │ ├── cross.png │ ├── crossed_circle.png │ ├── dnd_no_drop.png │ ├── dotbox.png │ ├── fd_double_arrow.png │ ├── hand1.png │ ├── hand2.png │ ├── left_ptr.png │ ├── left_ptr_watch-01.png │ ├── left_ptr_watch-02.png │ ├── left_ptr_watch-03.png │ ├── left_ptr_watch-04.png │ ├── left_ptr_watch-05.png │ ├── left_ptr_watch-06.png │ ├── left_ptr_watch-07.png │ ├── left_ptr_watch-08.png │ ├── left_ptr_watch-09.png │ ├── left_ptr_watch-10.png │ ├── left_ptr_watch-11.png │ ├── left_ptr_watch-12.png │ ├── left_ptr_watch-13.png │ ├── left_ptr_watch-14.png │ ├── left_ptr_watch-15.png │ ├── left_ptr_watch-16.png │ ├── left_ptr_watch-17.png │ ├── left_ptr_watch-18.png │ ├── left_ptr_watch-19.png │ ├── left_ptr_watch-20.png │ ├── left_side.png │ ├── link.png │ ├── move.png │ ├── pencil.png │ ├── pirate.png │ ├── plus.png │ ├── question_arrow.png │ ├── right_ptr.png │ ├── right_side.png │ ├── row-resize.png │ ├── sb_down_arrow.png │ ├── sb_h_double_arrow.png │ ├── sb_left_arrow.png │ ├── sb_right_arrow.png │ ├── sb_up_arrow.png │ ├── sb_v_double_arrow.png │ ├── top_left_corner.png │ ├── top_right_corner.png │ ├── top_side.png │ ├── vertical-text.png │ ├── wait-01.png │ ├── wait-02.png │ ├── wait-03.png │ ├── wait-04.png │ ├── wait-05.png │ ├── wait-06.png │ ├── wait-07.png │ ├── wait-08.png │ ├── wait-09.png │ ├── wait-10.png │ ├── wait-11.png │ ├── wait-12.png │ ├── wait-13.png │ ├── wait-14.png │ ├── wait-15.png │ ├── wait-16.png │ ├── wait-17.png │ ├── wait-18.png │ ├── wait-19.png │ ├── wait-20.png │ ├── wayland-cursor.png │ ├── xterm.png │ ├── zoom-in.png │ └── zoom-out.png └── BreezeX-RoséPineDawn │ ├── X_cursor.png │ ├── all-scroll.png │ ├── bd_double_arrow.png │ ├── bottom_left_corner.png │ ├── bottom_right_corner.png │ ├── bottom_side.png │ ├── center_ptr.png │ ├── col-resize.png │ ├── color-picker.png │ ├── context-menu.png │ ├── copy.png │ ├── cross.png │ ├── crossed_circle.png │ ├── dnd_no_drop.png │ ├── dotbox.png │ ├── fd_double_arrow.png │ ├── hand1.png │ ├── hand2.png │ ├── left_ptr.png │ ├── left_ptr_watch-01.png │ ├── left_ptr_watch-02.png │ ├── left_ptr_watch-03.png │ ├── left_ptr_watch-04.png │ ├── left_ptr_watch-05.png │ ├── left_ptr_watch-06.png │ ├── left_ptr_watch-07.png │ ├── left_ptr_watch-08.png │ ├── left_ptr_watch-09.png │ ├── left_ptr_watch-10.png │ ├── left_ptr_watch-11.png │ ├── left_ptr_watch-12.png │ ├── left_ptr_watch-13.png │ ├── left_ptr_watch-14.png │ ├── left_ptr_watch-15.png │ ├── left_ptr_watch-16.png │ ├── left_ptr_watch-17.png │ ├── left_ptr_watch-18.png │ ├── left_ptr_watch-19.png │ ├── left_ptr_watch-20.png │ ├── left_side.png │ ├── link.png │ ├── move.png │ ├── pencil.png │ ├── pirate.png │ ├── plus.png │ ├── question_arrow.png │ ├── right_ptr.png │ ├── right_side.png │ ├── row-resize.png │ ├── sb_down_arrow.png │ ├── sb_h_double_arrow.png │ ├── sb_left_arrow.png │ ├── sb_right_arrow.png │ ├── sb_up_arrow.png │ ├── sb_v_double_arrow.png │ ├── top_left_corner.png │ ├── top_right_corner.png │ ├── top_side.png │ ├── vertical-text.png │ ├── wait-01.png │ ├── wait-02.png │ ├── wait-03.png │ ├── wait-04.png │ ├── wait-05.png │ ├── wait-06.png │ ├── wait-07.png │ ├── wait-08.png │ ├── wait-09.png │ ├── wait-10.png │ ├── wait-11.png │ ├── wait-12.png │ ├── wait-13.png │ ├── wait-14.png │ ├── wait-15.png │ ├── wait-16.png │ ├── wait-17.png │ ├── wait-18.png │ ├── wait-19.png │ ├── wait-20.png │ ├── wayland-cursor.png │ ├── xterm.png │ ├── zoom-in.png │ └── zoom-out.png ├── build.toml ├── package.json ├── pling.txt ├── readme.md └── svg ├── animated ├── left_ptr_watch.svg └── wait.svg └── static ├── X_cursor.svg ├── all-scroll.svg ├── bd_double_arrow.svg ├── bottom_left_corner.svg ├── bottom_right_corner.svg ├── bottom_side.svg ├── center_ptr.svg ├── col-resize.svg ├── color-picker.svg ├── context-menu.svg ├── copy.svg ├── cross.svg ├── crossed_circle.svg ├── dnd_no_drop.svg ├── dotbox.svg ├── fd_double_arrow.svg ├── hand1.svg ├── hand2.svg ├── left_ptr.svg ├── left_side.svg ├── link.svg ├── move.svg ├── pencil.svg ├── pirate.svg ├── plus.svg ├── question_arrow.svg ├── right_ptr.svg ├── right_side.svg ├── row-resize.svg ├── sb_down_arrow.svg ├── sb_h_double_arrow.svg ├── sb_left_arrow.svg ├── sb_right_arrow.svg ├── sb_up_arrow.svg ├── sb_v_double_arrow.svg ├── top_left_corner.svg ├── top_right_corner.svg ├── top_side.svg ├── vertical-text.svg ├── wayland-cursor.svg ├── xterm.svg ├── zoom-in.svg └── zoom-out.svg /.gitignore: -------------------------------------------------------------------------------- 1 | # Custom 2 | themes 3 | bin 4 | 5 | # Logs 6 | logs 7 | *.log 8 | npm-debug.log* 9 | yarn-debug.log* 10 | yarn-error.log* 11 | lerna-debug.log* 12 | 13 | # Diagnostic reports (https://nodejs.org/api/report.html) 14 | report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json 15 | 16 | # Runtime data 17 | pids 18 | *.pid 19 | *.seed 20 | *.pid.lock 21 | 22 | # Directory for instrumented libs generated by jscoverage/JSCover 23 | lib-cov 24 | 25 | # Coverage directory used by tools like istanbul 26 | coverage 27 | *.lcov 28 | 29 | # nyc test coverage 30 | .nyc_output 31 | 32 | # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) 33 | .grunt 34 | 35 | # Bower dependency directory (https://bower.io/) 36 | bower_components 37 | 38 | # node-waf configuration 39 | .lock-wscript 40 | 41 | # Compiled binary addons (https://nodejs.org/api/addons.html) 42 | build/Release 43 | 44 | # Dependency directories 45 | node_modules/ 46 | jspm_packages/ 47 | 48 | # Snowpack dependency directory (https://snowpack.dev/) 49 | web_modules/ 50 | 51 | # TypeScript cache 52 | *.tsbuildinfo 53 | 54 | # Optional npm cache directory 55 | .npm 56 | 57 | # Optional eslint cache 58 | .eslintcache 59 | 60 | # Microbundle cache 61 | .rpt2_cache/ 62 | .rts2_cache_cjs/ 63 | .rts2_cache_es/ 64 | .rts2_cache_umd/ 65 | 66 | # Optional REPL history 67 | .node_repl_history 68 | 69 | # Output of 'npm pack' 70 | *.tgz 71 | 72 | # Yarn Integrity file 73 | .yarn-integrity 74 | 75 | # dotenv environment variables file 76 | .env 77 | .env.test 78 | 79 | # parcel-bundler cache (https://parceljs.org/) 80 | .cache 81 | .parcel-cache 82 | 83 | # Next.js build output 84 | .next 85 | out 86 | 87 | # Nuxt.js build / generate output 88 | .nuxt 89 | dist 90 | 91 | # Gatsby files 92 | .cache/ 93 | # Comment in the public line in if your project uses Gatsby and not Next.js 94 | # https://nextjs.org/blog/next-9-1#public-directory-support 95 | # public 96 | 97 | # vuepress build output 98 | .vuepress/dist 99 | 100 | # Serverless directories 101 | .serverless/ 102 | 103 | # FuseBox cache 104 | .fusebox/ 105 | 106 | # DynamoDB Local files 107 | .dynamodb/ 108 | 109 | # TernJS port file 110 | .tern-port 111 | 112 | # Stores VSCode versions used for testing VSCode extensions 113 | .vscode-test 114 | 115 | # yarn v2 116 | .yarn/cache 117 | .yarn/unplugged 118 | .yarn/build-state.yml 119 | .yarn/install-state.gz 120 | .pnp.* 121 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing to BreezeX Cursor 2 | 3 | I love your input! I want to make contributing to this project as easy and transparent as possible, whether it's: 4 | 5 | - Reporting a bug 6 | - Discussing the current state of the code 7 | - Submitting a fix 8 | - Proposing new features 9 | - Becoming a maintainer 10 | 11 | ## I Develop with Github 12 | 13 | I use github to host code, to track issues and feature requests, as well as accept pull requests. 14 | 15 | ## I Use [Github Flow](https://guides.github.com/introduction/flow/index.html), So All Code Changes Happen Through Pull Requests 16 | 17 | Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests: 18 | 19 | 1. Fork the repo and create your branch from `main`. 20 | 2. If you've added code that should be tested, add tests. 21 | 3. If you've changed Look, update the documentation. 22 | 4. Issue that pull request! 23 | 24 | ## Any contributions you make will be under the GPL - 3.0 Software License 25 | 26 | In short, when you submit code changes, your submissions are understood to be under the same [GPL - 3.0 License](https://www.gnu.org/licenses/gpl-3.0.en.html) that covers the project. Feel free to contact the maintainers if that's a concern. 27 | 28 | ## Report bugs using Github's [issues](https://github.com/ful1e5/BreezeX_Cursor) 29 | 30 | I use GitHub issues to track public bugs. Report a bug by opening a new issue, it's that easy! 31 | 32 | ## Write bug reports with detail, background, and sample code 33 | 34 | **Great Bug Reports** tend to have: 35 | 36 | - A quick summary and/or background 37 | - Steps to reproduce 38 | - Be specific! 39 | - Give sample code if you can. 40 | - What you expected would happen 41 | - What actually happens 42 | - Notes (possibly including why you think this might be happening, or stuff you tried that didn't work) 43 | 44 | People _love_ thorough bug reports. I'm not even kidding. 45 | 46 | ## License 47 | 48 | By contributing, you agree that your contributions will be licensed under its `GPL-3.0` License. 49 | 50 | ## References 51 | 52 | This document was adapted from the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/a9316a723f9e918afde44dea68b5f9f39b7d9b00/CONTRIBUTING.md) 53 | -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/X_cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/X_cursor.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/all-scroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/all-scroll.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/bd_double_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/bd_double_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/bottom_left_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/bottom_left_corner.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/bottom_right_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/bottom_right_corner.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/bottom_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/bottom_side.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/center_ptr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/center_ptr.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/col-resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/col-resize.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/color-picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/color-picker.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/context-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/context-menu.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/copy.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/cross.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/crossed_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/crossed_circle.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/dnd_no_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/dnd_no_drop.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/dotbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/dotbox.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/fd_double_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/fd_double_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/hand1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/hand1.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/hand2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/hand2.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-01.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-02.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-03.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-04.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-05.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-06.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-07.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-08.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-09.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-10.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-11.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-12.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-13.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-14.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-15.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-16.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-17.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-18.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-19.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_ptr_watch-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_ptr_watch-20.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/left_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/left_side.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/link.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/move.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/pencil.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/pirate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/pirate.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/plus.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/question_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/question_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/right_ptr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/right_ptr.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/right_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/right_side.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/row-resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/row-resize.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/sb_down_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/sb_down_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/sb_h_double_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/sb_h_double_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/sb_left_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/sb_left_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/sb_right_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/sb_right_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/sb_up_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/sb_up_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/sb_v_double_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/sb_v_double_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/top_left_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/top_left_corner.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/top_right_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/top_right_corner.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/top_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/top_side.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/vertical-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/vertical-text.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-01.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-02.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-03.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-04.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-05.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-06.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-07.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-08.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-09.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-10.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-11.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-12.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-13.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-14.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-15.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-16.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-17.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-18.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-19.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wait-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wait-20.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/wayland-cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/wayland-cursor.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/xterm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/xterm.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/zoom-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/zoom-in.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPine/zoom-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPine/zoom-out.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/X_cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/X_cursor.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/all-scroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/all-scroll.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/bd_double_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/bd_double_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/bottom_left_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/bottom_left_corner.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/bottom_right_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/bottom_right_corner.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/bottom_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/bottom_side.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/center_ptr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/center_ptr.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/col-resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/col-resize.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/color-picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/color-picker.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/context-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/context-menu.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/copy.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/cross.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/crossed_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/crossed_circle.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/dnd_no_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/dnd_no_drop.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/dotbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/dotbox.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/fd_double_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/fd_double_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/hand1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/hand1.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/hand2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/hand2.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-01.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-02.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-03.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-04.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-05.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-06.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-07.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-08.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-09.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-10.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-11.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-12.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-13.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-14.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-15.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-16.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-17.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-18.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-19.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_ptr_watch-20.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/left_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/left_side.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/link.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/move.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/pencil.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/pirate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/pirate.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/plus.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/question_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/question_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/right_ptr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/right_ptr.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/right_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/right_side.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/row-resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/row-resize.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/sb_down_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/sb_down_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/sb_h_double_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/sb_h_double_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/sb_left_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/sb_left_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/sb_right_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/sb_right_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/sb_up_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/sb_up_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/sb_v_double_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/sb_v_double_arrow.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/top_left_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/top_left_corner.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/top_right_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/top_right_corner.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/top_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/top_side.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/vertical-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/vertical-text.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-01.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-02.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-03.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-04.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-05.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-06.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-07.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-08.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-09.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-10.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-11.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-12.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-13.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-14.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-15.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-16.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-17.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-18.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-19.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wait-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wait-20.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/wayland-cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/wayland-cursor.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/xterm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/xterm.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/zoom-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/zoom-in.png -------------------------------------------------------------------------------- /bitmaps/BreezeX-RoséPineDawn/zoom-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rose-pine/cursor/b38689c6c7ed4e6c04dd14d26eef7c0a5cc8a6ae/bitmaps/BreezeX-RoséPineDawn/zoom-out.png -------------------------------------------------------------------------------- /build.toml: -------------------------------------------------------------------------------- 1 | [theme] 2 | name = 'BreezeX Cursor' 3 | comment = 'Extended KDE cursor' 4 | website = 'https://www.github.com/ful1e5/BreezeX_Cursor' 5 | 6 | [config] 7 | bitmaps_dir = '' # This config will assigned with `ctgen -d ` 8 | out_dir = 'themes' 9 | platforms = ['x11', 'windows'] 10 | 11 | [cursors] 12 | 13 | [cursors.fallback_settings] 14 | x_hotspot = 100 15 | y_hotspot = 100 16 | x11_delay = 10 17 | win_delay = 1 18 | 19 | [cursors.all-scroll] 20 | png = 'all-scroll.png' 21 | x11_name = 'all-scroll' 22 | x11_symlinks = ["fleur", "size_all"] 23 | 24 | [cursors.bd_double_arrow] 25 | png = 'bd_double_arrow.png' 26 | x_hotspot = 98 27 | y_hotspot = 96 28 | x11_name = 'bd_double_arrow' 29 | win_name = 'Diagonal_1' 30 | x11_symlinks = [ 31 | "c7088f0f3e6c8088236ef8e1e3e70000", 32 | "nw-resize", 33 | "nwse-resize", 34 | "size_fdiag", 35 | "se-resize", 36 | ] 37 | 38 | [cursors.bottom_left_corner] 39 | png = 'bottom_left_corner.png' 40 | x_hotspot = 47 41 | y_hotspot = 148 42 | x11_name = 'bottom_left_corner' 43 | 44 | [cursors.bottom_right_corner] 45 | png = 'bottom_right_corner.png' 46 | x_hotspot = 147 47 | y_hotspot = 148 48 | x11_name = 'bottom_right_corner' 49 | 50 | [cursors.bottom_side] 51 | png = 'bottom_side.png' 52 | x_hotspot = 100 53 | y_hotspot = 164 54 | x11_name = 'bottom_side' 55 | 56 | [cursors.center_ptr] 57 | png = 'center_ptr.png' 58 | x_hotspot = 99 59 | y_hotspot = 35 60 | x11_name = 'center_ptr' 61 | 62 | [cursors.col-resize] 63 | png = 'col-resize.png' 64 | x11_name = 'col-resize' 65 | x11_symlinks = ["split_h"] 66 | 67 | [cursors.color-picker] 68 | png = 'color-picker.png' 69 | x_hotspot = 42 70 | y_hotspot = 157 71 | x11_name = 'color-picker' 72 | 73 | [cursors.context-menu] 74 | png = 'context-menu.png' 75 | x_hotspot = 57 76 | y_hotspot = 30 77 | x11_name = 'context-menu' 78 | 79 | [cursors.copy] 80 | png = 'copy.png' 81 | x_hotspot = 57 82 | y_hotspot = 30 83 | x11_name = 'copy' 84 | x11_symlinks = [ 85 | "1081e37283d90000800003c07f3ef6bf", 86 | "6407b0e94181790501fd1e167b474872", 87 | "b66166c04f8c3109214a4fbd64a50fc8", 88 | "dnd-copy", 89 | ] 90 | 91 | [cursors.cross] 92 | png = 'cross.png' 93 | x11_name = 'cross' 94 | win_name = 'Cross' 95 | x11_symlinks = ["cross_reverse", "diamond_cross", "tcross", "crosshair"] 96 | 97 | [cursors.crossed_circle] 98 | png = 'crossed_circle.png' 99 | x_hotspot = 57 100 | y_hotspot = 30 101 | x11_name = 'crossed_circle' 102 | x11_symlinks = ["forbidden", "not-allowed"] 103 | 104 | [cursors.dnd_no_drop] 105 | png = 'dnd_no_drop.png' 106 | x11_name = 'dnd_no_drop' 107 | win_name = 'Unavailable' 108 | x11_symlinks = [ 109 | "03b6e0fcb3499374a867c041f52298f0", 110 | "circle", 111 | "dnd-no-drop", 112 | "no-drop", 113 | ] 114 | 115 | [cursors.dotbox] 116 | png = 'dotbox.png' 117 | x11_name = 'dotbox' 118 | x11_symlinks = ["dot_box_mask", "draped_box", "icon", "target"] 119 | 120 | [cursors.fd_double_arrow] 121 | png = 'fd_double_arrow.png' 122 | x_hotspot = 98 123 | y_hotspot = 96 124 | x11_name = 'fd_double_arrow' 125 | win_name = 'Diagonal_2' 126 | x11_symlinks = [ 127 | "fcf1c3c7cd4491d801f1e1c78f100000", 128 | "ne-resize", 129 | "nesw-resize", 130 | "sw-resize", 131 | "size_bdiag", 132 | ] 133 | 134 | [cursors.hand1] 135 | png = 'hand1.png' 136 | x_hotspot = 107 137 | y_hotspot = 35 138 | x11_name = 'hand1' 139 | win_name = 'Move' 140 | x11_symlinks = ["grab", "openhand"] 141 | 142 | [cursors.hand2] 143 | png = 'hand2.png' 144 | x_hotspot = 90 145 | y_hotspot = 35 146 | x11_name = 'hand2' 147 | win_name = 'Link' 148 | x11_symlinks = [ 149 | "9d800788f1b08800ae810202380a0822", 150 | "e29285e634086352946a0e7090d73106", 151 | "pointer", 152 | "pointing_hand", 153 | ] 154 | 155 | [cursors.left_ptr] 156 | png = 'left_ptr.png' 157 | x_hotspot = 57 158 | y_hotspot = 30 159 | x11_name = 'left_ptr' 160 | win_name = 'Default' 161 | x11_symlinks = ["arrow", "default", "top_left_arrow"] 162 | 163 | [cursors.left_ptr_watch] 164 | png = 'left_ptr_watch-*.png' 165 | x_hotspot = 57 166 | y_hotspot = 30 167 | x11_name = 'left_ptr_watch' 168 | win_name = 'Work' 169 | x11_symlinks = [ 170 | "00000000000000020006000e7e9ffc3f", 171 | "08e8e1c95fe2fc01f976f1e063a24ccd", 172 | "3ecb610c1bf2410f44200f48c40d3599", 173 | "progress", 174 | ] 175 | 176 | [cursors.left_side] 177 | png = 'left_side.png' 178 | x_hotspot = 33 179 | y_hotspot = 100 180 | x11_name = 'left_side' 181 | 182 | [cursors.link] 183 | png = 'link.png' 184 | x_hotspot = 57 185 | y_hotspot = 30 186 | x11_name = 'link' 187 | x11_symlinks = [ 188 | "3085a0e285430894940527032f8b26df", 189 | "640fb0e74195791501fd1ed57b41487f", 190 | "a2a266d0498c3104214a47bd64ab0fc8", 191 | "alias", 192 | "dnd-link", 193 | ] 194 | 195 | [cursors.move] 196 | png = 'move.png' 197 | x_hotspot = 101 198 | y_hotspot = 51 199 | x11_name = 'move' 200 | x11_symlinks = [ 201 | "4498f0e0c1937ffe01fd06f973665830", 202 | "9081237383d90e509aa00f00170e968f", 203 | "fcf21c00b30f7e3f83fe0dfd12e71cff", 204 | "grabbing", 205 | "pointer_move", 206 | "dnd-move", 207 | "closedhand", 208 | "dnd-none", 209 | ] 210 | 211 | [cursors.pencil] 212 | png = 'pencil.png' 213 | x_hotspot = 38 214 | y_hotspot = 156 215 | x11_name = 'pencil' 216 | win_name = 'Handwriting' 217 | x11_symlinks = ["draft"] 218 | 219 | [cursors.pirate] 220 | png = 'pirate.png' 221 | x11_name = 'pirate' 222 | 223 | [cursors.plus] 224 | png = 'plus.png' 225 | x11_name = 'plus' 226 | x11_symlinks = ["cell"] 227 | 228 | [cursors.question_arrow] 229 | png = 'question_arrow.png' 230 | x_hotspot = 57 231 | y_hotspot = 30 232 | x11_name = 'question_arrow' 233 | win_name = 'Help' 234 | x11_symlinks = [ 235 | "5c6cd98b3f3ebcb1f9c7f1c204630408", 236 | "d9ce0ab605698f320427677b458ad60b", 237 | "help", 238 | "left_ptr_help", 239 | "whats_this", 240 | "dnd-ask", 241 | ] 242 | 243 | [cursors.right_ptr] 244 | png = 'right_ptr.png' 245 | x_hotspot = 136 246 | y_hotspot = 32 247 | x11_name = 'right_ptr' 248 | win_name = 'Alternate' 249 | x11_symlinks = ["draft_large", "draft_small"] 250 | 251 | [cursors.right_side] 252 | png = 'right_side.png' 253 | x_hotspot = 164 254 | y_hotspot = 100 255 | x11_name = 'right_side' 256 | 257 | [cursors.row-resize] 258 | png = 'row-resize.png' 259 | x11_name = 'row-resize' 260 | x11_symlinks = ["split_v"] 261 | 262 | [cursors.sb_down_arrow] 263 | png = 'sb_down_arrow.png' 264 | x_hotspot = 100 265 | y_hotspot = 160 266 | x11_name = 'sb_down_arrow' 267 | x11_symlinks = ["down-arrow"] 268 | 269 | [cursors.sb_h_double_arrow] 270 | png = 'sb_h_double_arrow.png' 271 | x_hotspot = 98 272 | y_hotspot = 96 273 | x11_name = 'sb_h_double_arrow' 274 | win_name = 'Horizontal' 275 | x11_symlinks = [ 276 | "028006030e0e7ebffc7f7070c0600140", 277 | "14fef782d02440884392942c1120523", 278 | "e-resize", 279 | "ew-resize", 280 | "h_double_arrow", 281 | "size-hor", 282 | "size_hor", 283 | "w-resize", 284 | ] 285 | 286 | [cursors.sb_left_arrow] 287 | png = 'sb_left_arrow.png' 288 | x_hotspot = 38 289 | y_hotspot = 100 290 | x11_name = 'sb_left_arrow' 291 | x11_symlinks = ["left-arrow"] 292 | 293 | [cursors.sb_right_arrow] 294 | png = 'sb_right_arrow.png' 295 | x_hotspot = 162 296 | y_hotspot = 100 297 | x11_name = 'sb_right_arrow' 298 | x11_symlinks = ["right-arrow"] 299 | 300 | [cursors.sb_up_arrow] 301 | png = 'sb_up_arrow.png' 302 | x_hotspot = 100 303 | y_hotspot = 38 304 | x11_name = 'sb_up_arrow' 305 | x11_symlinks = ["up-arrow"] 306 | 307 | [cursors.sb_v_double_arrow] 308 | png = 'sb_v_double_arrow.png' 309 | x_hotspot = 98 310 | y_hotspot = 96 311 | x11_name = 'sb_v_double_arrow' 312 | win_name = 'Vertical' 313 | x11_symlinks = [ 314 | "00008160000006810000408080010102", 315 | "2870a09082c103050810ffdffffe0204", 316 | "double_arrow", 317 | "n-resize", 318 | "ns-resize", 319 | "size-ver", 320 | "size_ver", 321 | "s-resize", 322 | "v_double_arrow", 323 | ] 324 | 325 | [cursors.top_left_corner] 326 | png = 'top_left_corner.png' 327 | x_hotspot = 147 328 | y_hotspot = 51 329 | x11_name = 'top_left_corner' 330 | 331 | [cursors.top_right_corner] 332 | png = 'top_right_corner.png' 333 | x_hotspot = 147 334 | y_hotspot = 51 335 | x11_name = 'top_right_corner' 336 | 337 | [cursors.top_side] 338 | png = 'top_side.png' 339 | x_hotspot = 100 340 | y_hotspot = 35 341 | x11_name = 'top_side' 342 | 343 | [cursors.vertical-text] 344 | png = 'vertical-text.png' 345 | x11_name = 'vertical-text' 346 | 347 | [cursors.wait] 348 | png = 'wait-*.png' 349 | x11_name = 'wait' 350 | win_name = 'Busy' 351 | x11_symlinks = ["watch"] 352 | 353 | [cursors.wayland-cursor] 354 | png = 'wayland-cursor.png' 355 | x11_name = 'wayland-cursor' 356 | 357 | [cursors.X_cursor] 358 | png = 'X_cursor.png' 359 | x11_name = 'X_cursor' 360 | x11_symlinks = ["x-cursor"] 361 | 362 | [cursors.xterm] 363 | png = 'xterm.png' 364 | x11_name = 'xterm' 365 | win_name = 'IBeam' 366 | x11_symlinks = ["ibeam", "text"] 367 | 368 | [cursors.zoom-in] 369 | png = 'zoom-in.png' 370 | x11_name = 'zoom-in' 371 | 372 | [cursors.zoom-out] 373 | png = 'zoom-out.png' 374 | x11_name = 'zoom-out' 375 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | "cbmp": "ful1e5/cbmp" 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /pling.txt: -------------------------------------------------------------------------------- 1 | Rosé Pine edition of the KDE cursor. https://github.com/rose-pine/cursor/ 2 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 |

2 | 3 |

Rosé Pine Cursor

4 |

5 | 6 |

All natural pine, faux fur and a bit of soho vibes for the classy minimalist

7 | 8 |

9 | 10 | 11 | 12 |

13 | 14 | Based on 15 | 16 | ## Usage 17 | 18 | ### 🐧 Linux 19 | 20 | Arch: 21 | 22 | ```sh 23 | # Installs both Rosé Pine and Rosé Pine Dawn 24 | yay -S rose-pine-cursor 25 | ``` 26 | 27 | Others: 28 | 29 | 1. Download: 30 | - Rosé Pine: 31 | - Rosé Pine Dawn: 32 | 2. Extract: 33 | - Rosé Pine: `tar -xvf ~/Downloads/BreezeX-RosePine-Linux.tar.xz -C ~/.local/share/icons` 34 | - Rosé Pine Dawn: `tar -xvf ~/Downloads/BreezeX-RosePineDawn-Linux.tar.xz -C ~/.local/share/icons` 35 | 3. Choose the cursor theme with GNOME TWeaks, nwg-look, lxappearance, etc. Or, install manually: 36 | 37 | ### 🪟 Windows 38 | 39 | 1. Download: 40 | - Rosé Pine: 41 | - Rosé Pine Dawn: 42 | 2. Follow the instructions here: 43 | 44 | ## Gallery 45 | 46 | ![Cursor showcase](https://github.com/rose-pine/cursor/assets/44733677/0c4f6823-48d5-4ec1-8e1c-201b22463ea1) 47 | 48 | ![Dawn cursor showcase](https://github.com/rose-pine/cursor/assets/44733677/18272dae-5ad7-4ed0-9916-9ad2715347bf) 49 | 50 | ## Thanks to 51 | 52 | - [ThatOneCalculator](https://github.com/thatonecalculator) 53 | 54 | ## Contributing 55 | 56 | To build from source: 57 | 58 | Requirements: 59 | 60 | - Bun: 61 | - Clickgen: `pip install clickgen` 62 | 63 | ```sh 64 | git clone https://github.com/rose-pine/cursor/ 65 | cd cursor 66 | bunx cbmp -d 'svg' -n 'BreezeX-RoséPine' -bc '#191724' -oc '#e0def4' 67 | bunx cbmp -d 'svg' -n 'BreezeX-RoséPineDawn' -bc '#faf4ed' -oc '#575279' 68 | ctgen build.toml -d 'bitmaps/BreezeX-RoséPine' -n 'BreezeX-RoséPine' -c 'Rosé Pine BreezeX cursors.' 69 | ctgen build.toml -d 'bitmaps/BreezeX-RoséPineDawn' -n 'BreezeX-RoséPineDawn' -c 'Rosé Pine Dawn BreezeX cursors.' 70 | ``` 71 | -------------------------------------------------------------------------------- /svg/animated/left_ptr_watch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /svg/animated/wait.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /svg/static/X_cursor.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 33 | 36 | 44 | 45 | 50 | 55 | 60 | 62 | 70 | 74 | 79 | 82 | 85 | 89 | 94 | 100 | 101 | 108 | 113 | 118 | 119 | 120 | 121 | -------------------------------------------------------------------------------- /svg/static/all-scroll.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 33 | 36 | 40 | 44 | 48 | 52 | 56 | 63 | 70 | 77 | 84 | 91 | 92 | 96 | 100 | 104 | 108 | 115 | 117 | 125 | 129 | 134 | 137 | 140 | 144 | 149 | 155 | 156 | 157 | 158 | -------------------------------------------------------------------------------- /svg/static/bd_double_arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 33 | 36 | 44 | 51 | 54 | 57 | 60 | 61 | 65 | 69 | 73 | 78 | 79 | 83 | 87 | 94 | 96 | 104 | 108 | 113 | 116 | 119 | 123 | 128 | 134 | 135 | 136 | 137 | -------------------------------------------------------------------------------- /svg/static/bottom_left_corner.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /svg/static/bottom_right_corner.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /svg/static/bottom_side.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /svg/static/center_ptr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /svg/static/col-resize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /svg/static/color-picker.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svg/static/context-menu.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 33 | 36 | 40 | 45 | 46 | 50 | 55 | 60 | 65 | 67 | 75 | 79 | 84 | 87 | 90 | 94 | 99 | 105 | 106 | 107 | 108 | -------------------------------------------------------------------------------- /svg/static/copy.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 33 | 36 | 40 | 45 | 46 | 50 | 53 | 62 | 63 | 68 | 70 | 78 | 82 | 87 | 90 | 93 | 97 | 102 | 108 | 109 | 117 | 121 | 126 | 129 | 132 | 136 | 141 | 147 | 148 | 149 | 150 | -------------------------------------------------------------------------------- /svg/static/cross.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /svg/static/crossed_circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 33 | 36 | 40 | 45 | 46 | 50 | 53 | 62 | 63 | 68 | 73 | 75 | 83 | 87 | 92 | 95 | 98 | 102 | 107 | 113 | 114 | 122 | 126 | 131 | 134 | 137 | 141 | 146 | 152 | 153 | 154 | 155 | -------------------------------------------------------------------------------- /svg/static/dnd_no_drop.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 33 | 36 | 45 | 46 | 51 | 56 | 58 | 66 | 70 | 75 | 78 | 81 | 85 | 90 | 96 | 97 | 98 | 99 | -------------------------------------------------------------------------------- /svg/static/dotbox.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /svg/static/hand1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /svg/static/hand2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /svg/static/left_ptr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /svg/static/left_side.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /svg/static/link.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 33 | 36 | 40 | 45 | 46 | 50 | 53 | 62 | 63 | 68 | 70 | 78 | 82 | 87 | 90 | 93 | 97 | 102 | 108 | 109 | 117 | 121 | 126 | 129 | 132 | 136 | 141 | 147 | 148 | 149 | 150 | -------------------------------------------------------------------------------- /svg/static/move.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /svg/static/pencil.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /svg/static/pirate.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 33 | 36 | 44 | 45 | 52 | 54 | 62 | 66 | 71 | 74 | 77 | 81 | 86 | 92 | 93 | 100 | 105 | 110 | 111 | 112 | 113 | -------------------------------------------------------------------------------- /svg/static/plus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /svg/static/question_arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 33 | 36 | 40 | 45 | 46 | 50 | 53 | 62 | 63 | 68 | 73 | 75 | 83 | 87 | 92 | 95 | 98 | 102 | 107 | 113 | 114 | 122 | 126 | 131 | 134 | 137 | 141 | 146 | 152 | 153 | 154 | 155 | -------------------------------------------------------------------------------- /svg/static/right_ptr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /svg/static/right_side.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /svg/static/row-resize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /svg/static/sb_down_arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /svg/static/sb_left_arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /svg/static/sb_right_arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /svg/static/sb_up_arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /svg/static/top_left_corner.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /svg/static/top_right_corner.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /svg/static/top_side.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /svg/static/vertical-text.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /svg/static/wayland-cursor.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 33 | 36 | 44 | 45 | 50 | 52 | 60 | 64 | 69 | 72 | 75 | 79 | 84 | 90 | 91 | 98 | 103 | 108 | 109 | 110 | 111 | -------------------------------------------------------------------------------- /svg/static/xterm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /svg/static/zoom-in.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /svg/static/zoom-out.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | --------------------------------------------------------------------------------