24 lines
686 B
JavaScript
24 lines
686 B
JavaScript
var constants = {
|
|
testOrganizer: {
|
|
EXAMPLE_DELETE_ME_LATER : 1277336
|
|
},
|
|
ui: {
|
|
// These are the variables that control injection/cssinjector.js
|
|
// To add a new theme var, you must also add it to the injector
|
|
theme: {
|
|
|
|
// Theme variables specific to the webpage container
|
|
webpage: {
|
|
bg_color: "#242424",
|
|
text_color: "#ffffff",
|
|
canvas_border: "rgb(63, 63, 63)",
|
|
loading_animation_color: "#ff4136"
|
|
},
|
|
|
|
// Theme variables specific to the game
|
|
game: {
|
|
|
|
}
|
|
}
|
|
}
|
|
}; |