31 lines
519 B
JSON
31 lines
519 B
JSON
{
|
|
"Mode": "Broadcaster",
|
|
|
|
"ScreenWidth": 800,
|
|
"ScreenHeight": 600,
|
|
"ShowGrid": false,
|
|
|
|
"Font": {
|
|
"Name": "Modeseven",
|
|
"Path": "assets/fonts/Modeseven.ttf",
|
|
"Size": 18
|
|
},
|
|
|
|
"Colours": {
|
|
"Header": "blue",
|
|
"Footer": "red",
|
|
"Background": "black",
|
|
"TextPrimary": "white",
|
|
"TextAccent": "yellow",
|
|
"Clock": "yellow"
|
|
},
|
|
|
|
"Header": {
|
|
"SelectedPage": "P100",
|
|
"CurrentPage": "100",
|
|
"ServiceName": "Telefact",
|
|
"ServiceFG": "yellow",
|
|
"ServiceBG": "red"
|
|
}
|
|
}
|