Do you want to work on this issue?
You can request for a bounty in order to promote it!
Allow changing default Object colour #3861
eishiya posted onGitHub
Problem
The default grey Object colour can be hard to see when placed against some tiles, particularly ones with a lot of grey. This is especially an issue when editing and checking Tile Collisions.
Here, for example, it can be hard to tell whether the tile has had collision added or not, especially when you want to check quickly:
Proposal
It would be nice if the default Object colour could be customised, similarly to how the grid colour can be changed.
Existing alternatives
Currently, one can increase the Object line thickness, which can help sometimes, but can make the object cover up important artwork otherwise. Another option is to use a custom class that sets a different colour. However, this gets needlessly tedious when you don't otherwise need to use a class, such as for most collisions.
(The visibility issue was reported by Lumin and the screenshot is also from them, I'm just posting this for them.)