diff --git a/include/fmt/color.h b/include/fmt/color.h index e508e5e1..67e07fdf 100644 --- a/include/fmt/color.h +++ b/include/fmt/color.h @@ -194,7 +194,9 @@ enum class color : uint32_t { enum class emphasis : uint8_t { bold = 1, - underline = 4 + italic = 3, + underline = 4, + strikethrough = 9 }; // enum class emphasis // rgb is a struct for red, green and blue colors.