let string_to_bold s = 
    if (!do_color_terminal) then Printf.sprintf "\\x1B[29;1m%s\\x1B[0m" s else s