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