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