for (var i = 0; i <= 7; i++) {
    process.stdout.write(colors.bg.standard[i] + '  ' + colors.reset)
  }