themes
This commit is contained in:
parent
6d76a336c5
commit
e8b006ca13
@ -61,7 +61,7 @@
|
|||||||
</table>
|
</table>
|
||||||
</th>
|
</th>
|
||||||
<th id='info'>
|
<th id='info'>
|
||||||
<h2 id='score'>0 | 0</h2>
|
<h1 id='score'>0 | 0</h1>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
20
src/theme.js
Normal file
20
src/theme.js
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
class theme
|
||||||
|
{
|
||||||
|
constructor(back, object, highlight, text)
|
||||||
|
{
|
||||||
|
this.back = back;
|
||||||
|
this.object = object;
|
||||||
|
this.highlight = highlight;
|
||||||
|
this.text = text;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function setTheme(name)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
const themes =
|
||||||
|
{
|
||||||
|
'orange': theme('#231F20', '#ec5020', '#fa6d42', '#ffffff')
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user