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