Skip to content

Commit

Permalink
reorderd colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dickey committed Apr 30, 2016
1 parent a903319 commit 07704ef
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/colors.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
var reset = '\x1B[0m';
var colors = {
red: '\x1B[31m',
green: '\x1B[32m',
yellow: '\x1B[33m',
blue: '\x1B[34m',
magenta: '\x1B[35m',
blue: '\x1B[34m',
cyan: '\x1B[36m',
bright_red: '\x1B[31m',
bright_green: '\x1B[32m',
bright_yellow: '\x1B[33m',
bright_blue: '\x1B[34m',
green: '\x1B[32m',
yellow: '\x1B[33m',
red: '\x1B[31m',
bright_magenta: '\x1B[35m',
bright_cyan: '\x1B[36m',
bright_blue: '\x1B[34m',
bright_green: '\x1B[32m',
bright_yellow: '\x1B[33m',
bright_red: '\x1B[31m',
};

function identity(self) {
Expand Down

0 comments on commit 07704ef

Please sign in to comment.