scribe/config/colors.cr

5 wiersze
215 B
Crystal

2021-05-01 21:02:08 +00:00
# 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 = LuckyEnv.development? || LuckyEnv.test?