
Catppuccin for Apple Cursors
This cursor theme is unofficial and is not affiliated with catppuccin.
This project is a modification of Apple Cursors by ful1e5.
-
Download your preferred flavor for your system from the latest GitHub release.
-
Extract the downloaded files.
-
Follow the steps below for installing on windows or linux:
- For Linux:
- Move the extracted theme directories to one of the following locations:
- For the local user:
$HOME/.icons
- For all users:
/usr/share/icons
- Choose the theme in your settings.
- For Windows
- Open the extracted directory.
- Right click on
install.inf
and clickInstall
. - Click on
Apply
in the popped up window and exit.
- For Linux:
- Python version 3.7 or higher
- zip
- clickgen (See below)
- catppuccin-python (See below)
- yarn
-
Clone this repository and go to downloaded directory:
git clone https://github.com/Syndrizzle/apple-cursor-catppuccin.git cd apple-cursor-catppuccin
-
Install the dependencies:
# Install Yarn Dependencies yarn install # Install Python Dependencies pip3 install -r requirements.txt
-
(Optional) Change the accent color:
ℹ️ NOTE:
By default, the theme usesmauve
accent color while building the cursors, keeping all the accent colors is not possible since it results in a lot of files.
You may wish to change the accent color of the generated cursors.- To do so, edit the
generate_variants.py
file, and change theACCENT_COLOR
variable to your desired color.
# ... Rest of the code """ Note: This script generates only Mauve accent variants. To generate other accent colors, modify the ACCENT_COLOR const to any of: - rosewater, flamingo, pink, mauve, red, maroon, peach, yellow - green, teal, sky, sapphire, blue, lavender """ ACCENT_COLOR = 'mauve' # change it here # ... Rest of the code
- Regenerate the cursor variants with your applied accent color:
python3 generate_variants.py
- To do so, edit the
-
Build the cursors:
yarn generate
-
Install the cursors:
Your built files will be available inside thebin/
folder. You can install them the same way as you would install the release files.
- If you want to uninstall these cursors, you can simply remove the cursor directories from the
~/.icons
directory, or/usr/share/icons
if you installed them for all users.
- Use the provided
uninstall.bat
script inside the extracted theme folder to remove the installed cursors.