Official cursor theme for Jam OS
Please ★ this repo if you found it useful ★ ★ ★
- Compatible with most Linux window managers
- Animated cursors
- HiDPI support (1x, 1.5x and 2x scales)
- Supports custom color schemes
# system-wide (installs to /usr/local/share/icons)
sudo make install
# current user only (installs to ~/.local/share/icons)
make install PREFIX=~/.localinstall honors PREFIX and DESTDIR, so packagers can stage the theme
with make install DESTDIR=/tmp/pkgroot PREFIX=/usr. make uninstall
removes it again.
Building renders src/cursors.svg with Inkscape and
assembles the cursors with
xcursorgen,
so both must be installed:
makeOn hosts without the render tools (e.g. macOS, where xcursorgen is not available), build inside a container instead:
make build/dockerBefore building and installing, run the following:
# Replace values with hex codes of desired colors
./recolor-cursor.sh --accent-color "#012345" --base-color "#6789ab" --border-color "#cdef10" --logo-color "#111213"For more information, run the following:
./recolor-cursor.sh --helpmake prepare # install the pinned dev toolchain (shfmt, bats) via asdf
make test # run the bats test suite against the built theme
make format # format shell scripts
make lint # check shell script formattingSubmit an issue
Review the guidelines for contributing
Review the changelog
- Ken Vermette vermette@gmail.com - Cursor Author
- Hugo Pereira Da Costa hugo.pereira@free.fr - Kstyle Developer
- Andrew Lake jamboarder@gmail.com - Kstyle Designer
- Uri Herrera kaisergreymon99@gmail.com - Breeze Icon Theme
- Clay Risser - Contributor

