Files
claude-hud/dist/render/colors.d.ts
2026-01-05 04:06:24 +00:00

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