Set text color to gray.
The text to make gray
The gray text
import { gray } from "@std/fmt/colors";console.log(gray("Hello, world!")); Copy
import { gray } from "@std/fmt/colors";console.log(gray("Hello, world!"));
Set text color to gray.