UNPKG

giga-code

Version:

A personal AI CLI assistant powered by Grok for local development.

18 lines 388 B
"use strict"; 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