@vibe-kit/grok-cli
Version:
An open-source AI agent that brings the power of Grok directly into your terminal.
18 lines • 388 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Colors = void 0;
/**
* Color constants for the CLI interface
*/
exports.Colors = {
AccentYellow: 'yellow',
Gray: 'gray',
Red: 'red',
Green: 'green',
Blue: 'blue',
Cyan: 'cyan',
Magenta: 'magenta',
White: 'white',
Black: 'black'
};
//# sourceMappingURL=colors.js.map