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