From 558f604f0788b7632e052e16a021e11b7201025b Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Tue, 10 Jun 2014 15:03:40 -0700 Subject: [PATCH] dist: recompile --- dist/debug.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/debug.js b/dist/debug.js index 04441f7..3fa8ae0 100644 --- a/dist/debug.js +++ b/dist/debug.js @@ -18,12 +18,12 @@ exports.useColors = useColors; */ exports.colors = [ - 'cyan', - 'green', - 'goldenrod', // "yellow" is just too bright on a white background... - 'blue', - 'purple', - 'red' + 'lightseagreen', + 'forestgreen', + 'goldenrod', + 'dodgerblue', + 'darkorchid', + 'crimson' ]; /**