scribe/config/colors.cr
Edward Loveall fcf3eb14d0
Initial app
2021-05-01 17:03:38 -04:00

5 lines
219 B
Crystal

# This enables the color output when in development or test
# Check out the Colorize docs for more information
# https://crystal-lang.org/api/Colorize.html
Colorize.enabled = Lucky::Env.development? || Lucky::Env.test?