import * as mod from "https://deno.land/std@0.57.0/fmt/colors.ts";
Functions
Set background color using 24bit rgb.
| |
Set background color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit | |
f blue | |
f bold | |
f cyan | |
f dim | |
f gray | |
f red | |
Set text color using 24bit rgb.
| |
f rgb8 | Set text color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit |