Searched refs:ansi256 (Results 1 – 7 of 7) sorted by relevance
| /plugin/asciidocjs/node_modules/ansi-styles/ |
| D | readme.md | 29 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
|
| D | index.d.ts | 209 ansi256(ansi: number): string; method 226 readonly ansi256: ColorConvert; property
|
| /plugin/asciidocjs/node_modules/color-convert/ |
| D | CHANGELOG.md | 12 - Changed: `ansi` to `ansi256`
|
| D | conversions.js | 26 ansi256: {channels: 1, labels: ['ansi256']}, property 546 convert.rgb.ansi256 = function (args) { function 595 convert.ansi256.rgb = function (args) {
|
| D | README.md | 48 …ons that convert from a color that only requires one value (e.g. `keyword`, `ansi256`, `hex`, etc.)
|
| /plugin/asciidocjs/node_modules/chalk/ |
| D | index.d.ts | 231 ansi256(index: number): Chalk; method
|
| D | readme.md | 305 - [`ansi256`](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) - Example: `chalk.bgAnsi256(194…
|