https://github.com/rose-pine/cursor
Soho vibes for Cursors
https://github.com/rose-pine/cursor
Last synced: 10 months ago
JSON representation
Soho vibes for Cursors
- Host: GitHub
- URL: https://github.com/rose-pine/cursor
- Owner: rose-pine
- License: gpl-3.0
- Created: 2024-01-11T05:29:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T14:08:58.000Z (over 1 year ago)
- Last Synced: 2025-02-25T18:16:42.981Z (11 months ago)
- Homepage:
- Size: 1.24 MB
- Stars: 88
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Rosé Pine Cursor
All natural pine, faux fur and a bit of soho vibes for the classy minimalist
Based on
## Usage
### đ§ Linux
Arch:
```sh
# Installs both Rosé Pine and Rosé Pine Dawn
yay -S rose-pine-cursor
```
Others:
1. Download:
- Rosé Pine:
- Rosé Pine Dawn:
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. Choose the cursor theme with GNOME TWeaks, nwg-look, lxappearance, etc. Or, install manually:
### đȘ Windows
1. Download:
- Rosé Pine:
- Rosé Pine Dawn:
2. Follow the instructions here:
## Gallery


## Thanks to
- [ThatOneCalculator](https://github.com/thatonecalculator)
## Contributing
To build from source:
Requirements:
- Bun:
- Clickgen: `pip install clickgen`
```sh
git clone https://github.com/rose-pine/cursor/
cd cursor
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.'
```