-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui.config.json
More file actions
29 lines (29 loc) · 874 Bytes
/
ui.config.json
File metadata and controls
29 lines (29 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"html": {
"filename": "webview.html",
"title": "Simulink Web View",
"favicon": "favicon.ico",
"theme": "themes/default-dark-theme/style.css"
},
"svg": {
"path": "support/slwebview_files",
"diagram": {
"enableBackground": false,
"fontFamily": "JetBrains Mono"
},
"blocks": {
"oldBackgroundColor": "#ffffff",
"backgroundColor": "#262626CC",
"oldForegroundPrimaryColor": "#000000",
"foregroundPrimaryColor": "#f5f5f5",
"oldForegroundSecondaryColor": ["#e4e4e4", "#ababab"],
"foregroundSecondaryColor": "#cecece",
"useImages": false,
"useGradients": false
},
"connections": {
"useDashedLines": true,
"useAnimations": true
}
}
}