UNPKG

768 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.title = exports.ancillary = exports.failure = exports.success = exports.input = exports.weak = exports.strong = exports.COLORS = void 0;
4const cli_framework_1 = require("@ionic/cli-framework");
5const chalk = require("chalk");
6const HELP_COLORS = {
7 title: chalk.bold,
8};
9exports.COLORS = { ...cli_framework_1.DEFAULT_COLORS, help: { ...cli_framework_1.DEFAULT_COLORS.help, ...HELP_COLORS } };
10exports.strong = exports.COLORS.strong, exports.weak = exports.COLORS.weak, exports.input = exports.COLORS.input, exports.success = exports.COLORS.success, exports.failure = exports.COLORS.failure, exports.ancillary = exports.COLORS.ancillary, exports.title = exports.COLORS.help.title;