bismillahcss
Version:
The next-gen utility-first CSS framework for modern, futuristic web development.
18 lines (14 loc) • 342 B
text/typescript
import kleur from 'kleur'
export const cliColors = {
primary: kleur.cyan,
secondary: kleur.magenta,
accent: kleur.magenta,
success: kleur.green,
warning: kleur.yellow,
danger: kleur.red,
info: kleur.blue,
muted: kleur.gray,
dark: kleur.black,
light: kleur.white,
}
export { kleur }