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