UNPKG

@vibe-kit/grok-cli

Version:

An open-source AI agent that brings the power of Grok directly into your terminal.

15 lines 291 B
/** * Color constants for the CLI interface */ export const Colors = { AccentYellow: 'yellow', Gray: 'gray', Red: 'red', Green: 'green', Blue: 'blue', Cyan: 'cyan', Magenta: 'magenta', White: 'white', Black: 'black' }; //# sourceMappingURL=colors.js.map