diff options
| author | sD <stoned@derpymail.org> | 2019-12-22 21:06:27 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-22 21:06:27 +0100 |
| commit | 1e3988772431a0dcc19a27dab083ada0adfe3779 (patch) | |
| tree | 8d2a66eb57eedb6a2983b1aaee6bc49ab1a4b921 | |
| parent | 9c12ea54fbeb3aec81b13f497531e463b931e272 (diff) | |
pink was grey
| -rw-r--r-- | webAO/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js index 6082637..5187515 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1043,7 +1043,7 @@ class Viewport { "4": "#4596ff", // blue "5": "#ffff00", // yellow "6": "#fedcba", // 6 is rainbow. - "7": "#aac0cb", // pink + "7": "#ffc0cb", // pink "8": "#00ffff" // cyan }; |
