Skip to main content
Module

x/cli_badges/mod.ts>Color

Generate Badges for your CLI written in Deno and TS
Latest
type alias Color
import { type Color } from "https://deno.land/x/cli_badges@v0.1.1/mod.ts";
definition:
| number
| "black"
| "red"
| "blue"
| "green"
| "yellow"
| "magenta"
| "cyan"
| "white"
| "brightBlack"
| "brightRed"
| "brightBlue"
| "brightGreen"
| "brightYellow"
| "brightMagenta"
| "brightCyan"
| "brightWhite"