code cleanup

This commit is contained in:
Matt Walsh
2022-03-01 16:19:08 -06:00
parent 89d722d313
commit 650ace0edb
4 changed files with 31 additions and 26 deletions

View File

@@ -74,7 +74,6 @@ const draw = (() => {
context.strokeRect(x, y, width, height);
};
// TODO: implement full themes support
const theme = 1; // classic
const topColor1 = 'rgb(192, 91, 2)';
const topColor2 = 'rgb(72, 34, 64)';