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