diskfloppy.me/config/colors.cr
2024-09-13 12:59:16 +01:00

5 lines
215 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 = LuckyEnv.development? || LuckyEnv.test?