module.exports = 

    title:  'HUBBLE DASHBOARD'
    border: '•'

    banner:
        text:    "Hubble is now waiting for commands at http://localhost:9999! You can remove this banner in config.coffee."
        color:   'green'

    server:
        port: 9999

    # for more information about colors, see https://github.com/Marak/colors.js
    colors:
        title:  'white'
        border: 'grey'
        high:   'red'
        low:    'blue'

    columns: 2 # how many vertical columns of data for your dashboard
