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