add more colors

This commit is contained in:
ansuz
2016-04-17 20:21:19 +02:00
parent cc1814544d
commit 5ce158d2e2
2 changed files with 9 additions and 3 deletions

View File

@@ -37,7 +37,8 @@ define([
$width.on('change', updateBrushWidth);
var palette = ['red', 'blue', 'green', 'white', 'black', 'purple', 'gray'];
var palette = ['red', 'blue', 'green', 'white', 'black', 'purple',
'gray', 'beige', 'brown', 'cyan', 'darkcyan', 'gold', 'yellow', 'pink'];
var $colors = $('#colors');
$colors.html(function (i, val) {
return palette.map(function (c) {