crayon Table of Contents Install Examples Java Kotlin Execution Decorator Color Default Bright (Bold) Background Color Default Bright (Bold) Related License Install repositories { jcenter() } dependencies { compile "com.importre:crayon:$crayon_version" } Examples Java String title = "Crayon"; System.out.println(Crayon.red(title)); Kotlin val title = "Crayon" println(title.red()) Execution $ ./gradlew -q example:run Solarized Dracula Solarized Light Decorator bold() italic() underline() reversed() Color Default black() blue() cyan() green() magenta() red() white() yellow() Bright (Bold) brightBlack() brightBlue() brightCyan() brightGreen() brightMagenta() brightRed() brightWhite() Background Color Default bgBlack() bgBlue() bgCyan() bgGreen() bgMagenta() bgRed() bgWhite() bgYellow() Bright (Bold) bgBrightBlack() bgBrightBlue() bgBrightCyan() bgBrightGreen() bgBrightMagenta() bgBrightRed() bgBrightWhite() bgBrightYellow() Related hello-kotlin - kotlin cli example progress - Terminal progress written in Kotlin Edit License MIT © Jaewe Heo