Home
last modified time | relevance | path

Searched refs:ansi256 (Results 1 – 7 of 7) sorted by relevance

/plugin/asciidocjs/node_modules/ansi-styles/
Dreadme.md29 console.log(style.color.ansi256.rgb(199, 20, 250) + 'Hello world!' + style.color.close);
124 - `ansi256`
132 style.color.ansi256.hsl(120, 100, 60); // HSL to 256 color ansi foreground code
133 style.bgColor.ansi256.hsl(120, 100, 60); // HSL to 256 color ansi foreground code
Dindex.d.ts209 ansi256(ansi: number): string; method
226 readonly ansi256: ColorConvert; property
/plugin/asciidocjs/node_modules/color-convert/
DCHANGELOG.md12 - Changed: `ansi` to `ansi256`
Dconversions.js26 ansi256: {channels: 1, labels: ['ansi256']}, property
546 convert.rgb.ansi256 = function (args) { function
595 convert.ansi256.rgb = function (args) {
DREADME.md48 …ons that convert from a color that only requires one value (e.g. `keyword`, `ansi256`, `hex`, etc.)
/plugin/asciidocjs/node_modules/chalk/
Dindex.d.ts231 ansi256(index: number): Chalk; method
Dreadme.md305 - [`ansi256`](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) - Example: `chalk.bgAnsi256(194…