mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 07:22:44 +00:00
12 lines
676 B
TypeScript
12 lines
676 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 getQuotaColor(percent: number): string;
|
|
export declare function quotaBar(percent: number, width?: number): string;
|
|
export declare function coloredBar(percent: number, width?: number): string;
|
|
//# sourceMappingURL=colors.d.ts.map
|