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