function colors.grayimport { colors } from "https://dotland.deno.dev/x/fresh@1.7.3/src/dev/deps.ts"; const { gray } = colors; gray(str: string): stringSet text color to gray. Parametersstr: stringtext to make gray Returnsstring