import chalk from 'chalk' // Chalk styles export const greenChalk = chalk.hex('#008800') export const headerStyle = chalk.blue.bold.underline export const manualTitleStyle = greenChalk.bold.underline // Preformatted phrases that can be used in backticked console.log strings export const theAO = `the ${greenChalk.bold('AO')}` export const theMenu = `the ${greenChalk.bold('Menu')}`