https://github.com/rose-pine/cursors
Soho vibes for Cursors
https://github.com/rose-pine/cursors
Last synced: about 1 month ago
JSON representation
Soho vibes for Cursors
- Host: GitHub
- URL: https://github.com/rose-pine/cursors
- Owner: rose-pine
- License: gpl-3.0
- Created: 2024-01-11T05:29:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-06-24T16:44:50.000Z (about 2 months ago)
- Last Synced: 2026-06-24T18:17:57.988Z (about 2 months ago)
- Homepage:
- Size: 8.15 MB
- Stars: 179
- Watchers: 2
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Rosé Pine Cursors
All natural pine, faux fur and a bit of soho vibes for the classy minimalist
Based on [BreezeX_Cursor](https://github.com/ful1e5/BreezeX_Cursor)
## Usage
### đ§ Linux
Arch:
```sh
# Installs both Rosé Pine and Rosé Pine Dawn
yay -S rose-pine-cursor
```
Other Distributions:
1. Download:
- [Rosé Pine](https://github.com/rose-pine/cursors/releases/latest/download/BreezeX-RosePine-Linux.tar.xz)
- [Rosé Pine Dawn](https://github.com/rose-pine/cursors/releases/latest/download/BreezeX-RosePineDawn-Linux.tar.xz)
2. Extract:
- Rosé Pine: `tar -xvf ~/Downloads/BreezeX-RosePine-Linux.tar.xz -C ~/.local/share/icons`
- Rosé Pine Dawn: `tar -xvf ~/Downloads/BreezeX-RosePineDawn-Linux.tar.xz -C ~/.local/share/icons`
3. Install:
- Use GNOME Tweaks, nwg-look, lxappearance, etc., to select the cursor theme.
- Alternatively, follow the manual installation guide [here](https://wiki.archlinux.org/title/Cursor_themes#Configuration)
### đȘ Windows
1. Download:
- [Rosé Pine](https://github.com/rose-pine/cursors/releases/latest/download/BreezeX-RosePine-Windows.zip)
- [Rosé Pine Dawn](https://github.com/rose-pine/cursors/releases/latest/download/BreezeX-RosePineDawn-Windows.zip)
2. Install:
- Follow the instructions [here](https://www.digitalcitizen.life/install-mouse-cursor-scheme-window/)
### đ macOS
1. Download:
- [Mousecape](https://github.com/alexzielenski/Mousecape/releases/latest)
- [Rosé Pine](https://github.com/rose-pine/cursors/releases/latest/download/BreezeX-RosePine-macOS.cape)
- [Rosé Pine Dawn](https://github.com/rose-pine/cursors/releases/latest/download/BreezeX-RosePineDawn-macOS.cape)
2. Install:
- Simply double click the cape file with Mousecape on your system and it will be imported into your library.
## Gallery
**Rosé Pine**

**Rosé Pine Dawn**

## Thanks to
- [ThatOneCalculator](https://github.com/thatonecalculator)
- [waruhachi](https://github.com/waruhachi)
## Contributing
To build from source:
Requirements:
- Bun:
- Clickgen: `pip install clickgen`
```sh
git clone https://github.com/rose-pine/cursors/
cd cursors
bunx cbmp -d 'svg' -n 'BreezeX-RoséPine' -bc '#191724' -oc '#e0def4'
bunx cbmp -d 'svg' -n 'BreezeX-RoséPineDawn' -bc '#faf4ed' -oc '#575279'
ctgen build.toml -d 'bitmaps/BreezeX-RoséPine' -n 'BreezeX-RoséPine' -c 'Rosé Pine BreezeX cursors.'
ctgen build.toml -d 'bitmaps/BreezeX-RoséPineDawn' -n 'BreezeX-RoséPineDawn' -c 'Rosé Pine Dawn BreezeX cursors.'
```