diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-03-24 18:16:36 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-03-24 18:16:36 -0400 |
| commit | 8410a217e2a02257bd3a9d05e26c51cc8ae33086 (patch) | |
| tree | d7d5d5e536153234b8641ece8b3ee46cc193f879 /js/color.js | |
| parent | 5f5127573a185e8070ecff31c2b69e8911843b7e (diff) | |
no tabs
Diffstat (limited to 'js/color.js')
| -rw-r--r-- | js/color.js | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/js/color.js b/js/color.js index 415ce5d..a61cdf2 100644 --- a/js/color.js +++ b/js/color.js @@ -34,20 +34,20 @@ function purple (n) { return colors[purple_names[mod(n, 4)|0]] } function dark_gray (n) { return colors[dark_gray_names[mod(n, 4)|0]] } var css_lookup = { - 'rgb(255, 255, 255)': 'A', - 'rgb(0, 0, 0)': 'B', - 'rgb(0, 0, 127)': 'C', - 'rgb(0, 147, 0)': 'D', - 'red': 'E', - 'rgb(127, 0, 0)': 'F', - 'rgb(156, 0, 156)': 'G', - 'rgb(252, 127, 0)': 'H', - 'rgb(255, 255, 0)': 'I', - 'rgb(0, 252, 0)': 'J', - 'rgb(0, 147, 147)': 'K', - 'rgb(0, 255, 255)': 'L', - 'rgb(0, 0, 252)': 'M', - 'rgb(255, 0, 255)': 'N', - 'rgb(127, 127, 127)': 'O', - 'rgb(210, 210, 210)': 'P', + 'rgb(255, 255, 255)': 'A', + 'rgb(0, 0, 0)': 'B', + 'rgb(0, 0, 127)': 'C', + 'rgb(0, 147, 0)': 'D', + 'red': 'E', + 'rgb(127, 0, 0)': 'F', + 'rgb(156, 0, 156)': 'G', + 'rgb(252, 127, 0)': 'H', + 'rgb(255, 255, 0)': 'I', + 'rgb(0, 252, 0)': 'J', + 'rgb(0, 147, 147)': 'K', + 'rgb(0, 255, 255)': 'L', + 'rgb(0, 0, 252)': 'M', + 'rgb(255, 0, 255)': 'N', + 'rgb(127, 127, 127)': 'O', + 'rgb(210, 210, 210)': 'P', }; |
