KhronosGroup / Vulkan-Docs

The Vulkan API Specification and related tools
Other
2.7k stars 452 forks source link

REQUEST: Color-code structs and enums, like functions currently are #2371

Open gamagan opened 1 month ago

gamagan commented 1 month ago

In the HTML version of the Vulkan Spec, it is nice that functions are listed with a red name. It makes them stand out when perusing a chapter. Structs also have a color, but it's light blue, which clashes with the colors of links (for which there are many). Enum definitions don't have a color, thus they don't stand out.

Please, consider:

  1. Changing the color of struct names to something other than blue, so they don't clash with links.
  2. Giving a non-blue color to enum definitions.
  3. Making function, struct, and enum colored names bold.

Regards