diff --git a/include/indentlog/print/color.hpp b/include/indentlog/print/color.hpp index 49eb0bcf..47167b66 100644 --- a/include/indentlog/print/color.hpp +++ b/include/indentlog/print/color.hpp @@ -21,7 +21,7 @@ namespace xo { * * | enum | escape | example | description | foreground codes | * +-------+-----------+---------------------+---------------+------------------+ - * | ansi | \033[31 | \033[31;42m | 4-bit colors | 30..37, 90..97 | + * | ansi | \033[31 | \033[31;34m | 4-bit colors | 30..37, 90..97 | * | xterm | \033[38;5 | \033[38;5;143m | 8-bit colors | 0..255 | * | rgb | \033[38;2 | \033[38;2;10;20;30m | 24-bit colors | 3x 0..255 | *