Skip to content

This project aims to recreate standard inverted mouse cursors in Windows 10/11 with a more modern design

License

Notifications You must be signed in to change notification settings

emvaized/modern_inverted_mouse_cursors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern Inverted Mouse Cursors for Windows

GitHub Release GitHub Downloads (specific asset, all releases) GitHub Downloads (all assets, latest release) DeviantArt Views DeviantArt Downloads Support project

This project aims to recreate standard inverted mouse cursors with a more modern design. This cursor inverts the colors behind it, and this way it always stands out no matter the background. Although this feature was initially designed for people with vision problems, regular people could greatly benefit from it as well. Original inverted mouse cursors, available in Windows out the box, hasn't been updated for decades and look quite outdated as for now. This project intends to fix it by providing overhauled inverted mouse cursors.

Design is mostly inspired by standard Aero mouse cursor in Windows 10/11, but few design changes were made to improve visibility specifically for inverted cursors.

All cursors invert colors behind them, e.g. they become white on dark background, and black on light background:  

illustration of inversion

Showcase

Main cursors

Regular No tail Tail detached
arrow
working
help

Other cursors

Cursor name Image Cursor name Image
beam busy
cross diagonal_1
diagonal_2 horizontal
link link_v2
move move_alt
pen special
unavailable unavailable_v2
unavailable_v3 vertical
vertical_line working_tail_detached

Support ❤️

If you really enjoy this project, please consider supporting its further development by making a small donation using one of the ways below!

Support on Ko-fi   Donate using Liberapay   Donate Bitcoin

How to install:

  1. Download the latest release
  2. Extract downloaded .zip archive to any folder
  3. Locate cursors/Install.inf file for "regular" or "no tail" style, right click on that .inf file and select "Install"
  4. Open Control Panel and navigate to "Mouse Properties" > "Pointers"
  5. Select the style you installed and click "Apply"
  6. (optional) Double click any cursor type and select any other desired cursor from the extracted folder, if you want alternative version

How to modify cursors?

All cursors were created using Realworld Cursor Editor — you can use this free tool to modify them for your needs! In order to draw an inverted cursor, you have to set your brush to use fully transparent white color (00FFFFFF), along with cursor's color depth set to anything other than the default 32-bit color depth.

About the cursors color depth (1-bit)

Color inversion feature is not supported on regular 32-bit cursors. This also leads to semitransparency not being available — all pixels in inverted cursors can only be either fully opaque, transparent or inverted. That's why you may notice some chopiness on curves in this cursor pack (so called pixel ladders).

At first I made these cursors 24-bit, but I noticed that in some apps (Microsoft Edge, Krita, CS2) in some occasions cursor suddenly stops inverting colors behind it and becomes all-white, with even black borders dissapearing. Maybe it's some videodrivers issue specific to my computer. But I found out that it doesn't happen if cursor is set to 1-bit mode (black and white) — cursor will still flicker in such situations, but it keeps showing black borders and remains clearly visible.

Therefore I converted most of cursors in this pack to 1-bit color depth. As an upside, their size is greatly smaller than regular version (2.19kbs per cursor compared to 22.9kbs), while they look and feel pretty much the same. Also, default inverted cursors in Windows are also 1-bit, so it's probably the right way to do it.