Closed
Description
There are a fair number of items that have the same name but different types. For instance, std::panic
(the macro) and std::panic
(the module). Right now we distinguish these with colors. But that's not accessible for colorblind people. Also some of the colors are not often seen in a context where someone is likely to learn what they mean - for instance green for macros.
We should additionally distinguish search results by writing the actually type of the item. This should probably be its own column, between the item name and the description.