mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-13 10:29:10 +00:00
10 lines
537 B
TypeScript
10 lines
537 B
TypeScript
export declare const RESET = "\u001B[0m";
|
|
export declare function green(text: string): string;
|
|
export declare function yellow(text: string): string;
|
|
export declare function red(text: string): string;
|
|
export declare function cyan(text: string): string;
|
|
export declare function magenta(text: string): string;
|
|
export declare function dim(text: string): string;
|
|
export declare function getContextColor(percent: number): string;
|
|
export declare function coloredBar(percent: number, width?: number): string;
|
|
//# sourceMappingURL=colors.d.ts.map
|