cleaned up code

This commit is contained in:
Sriram Hariharan
2019-08-11 10:09:59 -05:00
parent e877ecaa6b
commit 893e882377
9 changed files with 127 additions and 142 deletions

View File

@@ -11,8 +11,14 @@ class Colors {
'#FF5252', '#E91E63', '#009688', '#00BCD4',
'#4E342E', '#424242', '#9E9E9E'
];
}
static open = "#4CAF50";
static waitlisted = "#FF9800";
static closed = "#FF5722";
static highlight_conflict = "#F44336";
static highlight_default = "#333333";
static highlight_saved = "#4CAF50";
}
class Export {
static png_options = {
@@ -21,4 +27,9 @@ class Export {
removeContainer: true,
async: true,
}
}
class Text {
}