Home
last modified time | relevance | path

Searched refs:ForegroundColor (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/chalk/
Dindex.d.ts6 declare type ForegroundColor = alias
56 declare type Color = ForegroundColor | BackgroundColor;
409 ForegroundColor: ForegroundColor; constant
/plugin/asciidocjs/node_modules/ansi-styles/
Dindex.d.ts277 interface ForegroundColor { interface
340 readonly color: ansiStyles.ForegroundColor & ansiStyles.ColorBase;
343 } & ansiStyles.BackgroundColor & ansiStyles.ForegroundColor & ansiStyles.Modifier;