pub fn to_colored_json<T>(value: &T, mode: ColorMode) -> Result<String>
where T: Serialize,