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:
Regular | No tail | Tail detached | |
---|---|---|---|
arrow |
|||
working |
|||
help |
If you really enjoy this project, please consider supporting its further development by making a small donation using one of the ways below!
- Download the latest release
- Extract downloaded .zip archive to any folder
- Locate
cursors/Install.inf
file for "regular" or "no tail" style, right click on that.inf
file and select "Install" - Open Control Panel and navigate to "Mouse Properties" > "Pointers"
- Select the style you installed and click "Apply"
- (optional) Double click any cursor type and select any other desired cursor from the extracted folder, if you want alternative version
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.
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.