Skip to main content
The Deno 2 Release Candidate is here
Learn more
enum LogBackgroundColor
Re-export
import { LogBackgroundColor } from "https://deno.land/x/sptaki@1.2.0/models/mod.ts";

Members

BLACK = "blackBG"
BLUE = "blueBG"
CYAN = "cyanBG"
DEFAULT = ""
GREEN = "greenBG"
MAGENTA = "magentaBG"
RED = "redBG"
WHITE = "whiteBG"
YELLOW = "yellowBG"