-
Notifications
You must be signed in to change notification settings - Fork 22
Themeing
Timo Vogt edited this page Sep 30, 2022
·
6 revisions
In every widget, you will find a theme folder with a default theme. Duplicate the folder and rename it to your {{theme_name}} For variables and more info about each template please look into the wiki for that widget
Edit the index.html and replace the template name "default" to {{theme_name}} you want
// General Variables
var settings = {
"websocketURL": "ws://localhost:8080/",
"template": "{{theme_name}}",CSS variables
Duplicate a theme that comes close to what you want. After that alter CSS and/or the template. Check out the full list of all variables on the wiki.
{{theme_name}}
template.html
cssstyles.css