Yellow text for warnings
static String warning(String text) { return _applyStyle(text, (t) => chalk.yellow(t)); }