8000 GitHub - Syndrizzle/apple-cursor-catppuccin: Free & Open source macOS Cursors for windows and linux, themed with the catppuccin color palette. 🎨
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Free & Open source macOS Cursors for windows and linux, themed with the catppuccin color palette. 🎨

License

Notifications You must be signed in to change notification settings

Syndrizzle/apple-cursor-catppuccin

 
 

Repository files navigation

Logo
Catppuccin for Apple Cursors

Stargazers

This cursor theme is unofficial and is not affiliated with catppuccin.

Acknowledgement

This project is a modification of Apple Cursors by ful1e5.

Installation

GitHub Release

  1. Download your preferred flavor for your system from the latest GitHub release.

  2. Extract the downloaded files.

  3. 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 click Install.
      • Click on Apply in the popped up window and exit.

Manual Installation

Prerequisites

Steps

  1. Clone this repository and go to downloaded directory:

    git clone https://github.com/Syndrizzle/apple-cursor-catppuccin.git
    cd apple-cursor-catppuccin
  2. Install the dependencies:

    # Install Yarn Dependencies
    yarn install
    # Install Python Dependencies
    pip3 install -r requirements.txt
  3. (Optional) Change the accent color:

    ℹ️ NOTE:
    By default, the theme uses mauve 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 the ACCENT_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
  4. Build the cursors:

    yarn generate
  5. Install the cursors:
    Your built files will be available inside the bin/ folder. You can install them the same way as you would install the release files.


Uninstall

On Linux

  • 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.

On Windows

  • Use the provided uninstall.bat script inside the extracted theme folder to remove the installed cursors.

💝 Thanks to

 

About

Free & Open source macOS Cursors for windows and linux, themed with the catppuccin color palette. 🎨

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • Python 69.8%
  • Shell 30.2%
0