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