Variant Preview
Default Default
Gruvbox Gruvbox
Nord Nord
Palenight Palenight

About

This is my fork of capitaine-cursors, patched with some additional variants (Gruvbox, Nord, Palenight).

Installation

Windows

  1. Download “Windows.zip” from release page and extract it.
  2. Navigate to Start > Settings > System > Display, check the scale of your display.
  3. If it’s 100%, right click Install_1x.inf and select “Install”.
  4. If it’s 150% or above, right click Install.inf and select “Install”.

Linux

For Arch Linux users, you can install this theme from AUR.

For other Linux distros, download “Linux.zip” from release page and extract it, then copy the folders into ~/.icons or ~/.local/share/icons.

Build from source

Dependencies

Build

If you want to patch the colors:

$ ./patch.sh Nord # One of Nord, Gruvbox, Palenight

To build X11 Cursors:

$ make unix
$ make unix X_SIZES=22          # Only built '22px' pixel-size.
$ make unix X_SIZES=22 24 32    # Multiple sizes are provided with  ' '(Space)

To build Windows Cursors:

$ make windows
$ make windows WIN_SIZE=32      # Supports only one pixel-size

Credits

This cursor theme is originally designed by @keeferrourke.

The build source code is based on ful1e5/apple_cursor.

The new color variants are added by @sainnhe.

GitHub

View Github