MOON
Server: Apache
System: Linux 54-179-220-51.cprapid.com 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
User: thehunarfound (1001)
PHP: 7.4.29
Disabled: NONE
Upload Files
File: /home/thehunarfound/public_html/DMS/node_modules/coa/src/color.coffee
colors =
    black: '30'
    dgray: '1;30'
    red: '31'
    lred: '1;31'
    green: '32'
    lgreen: '1;32'
    brown: '33'
    yellow: '1;33'
    blue: '34'
    lblue: '1;34'
    purple: '35'
    lpurple: '1;35'
    cyan: '36'
    lcyan: '1;36'
    lgray: '37'
    white: '1;37'

exports.Color = (c, str) ->
    # Use \x1B instead of \033 because of CoffeeScript 1.3.x compilation error
    [
        '\x1B[', colors[c], 'm'
        str
        '\x1B[m'
    ].join ''