Add Settings panel with a button to change themes

Only 2 themes besides the default are implemented for now.
More to come!
This commit is contained in:
Stephen Jianu 2023-12-31 16:29:17 -06:00
commit 729c71fac0
6 changed files with 74 additions and 8 deletions

View file

@ -18,6 +18,7 @@
<script type="text/javascript" src="scripts/board.js"></script>
<script type="text/javascript" src="scripts/donsol.js"></script>
<script type="text/javascript" src="scripts/player.js"></script>
<script type="text/javascript" src="scripts/settings.js"></script>
<script type="text/javascript" src="scripts/timeline.js"></script>
<script type="text/javascript" src="scripts/speaker.js"></script>