code cleanup
This commit is contained in:
parent
89d722d313
commit
650ace0edb
4 changed files with 31 additions and 26 deletions
|
|
@ -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)';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue