fmt Color Reference Table
- Short name:
fmtcolors
- Git Repo: https://github.com/qxtal/fmt-colortab-gen
- Website: https://fmtcolors.xtal.sh/
- Tags: web, utility, fmt, python, c, c++
This is a simple, web-based visual reference guide for all of the colors provided by the popular C/C++ formatting library fmt.
The website itself is automatically generated by the fmt-colortab-gen
script; a simple (albeit slightly hacked together) Python script that reads from the library’s include/fmt/color.h
file and extracts every color into a table on a static HTML file.