fix: update editor bridge syntax and refine demo config content

This commit is contained in:
Daniel S
2026-08-09 23:46:22 +02:00
parent 4d072864bc
commit 9284717a80
3 changed files with 81 additions and 12 deletions

View File

@@ -1,7 +1,9 @@
{
"activePreset": "amberGlow",
"activePreset": "midnightBlue",
"customColors": {
"bg": "#0B0F19",
"accent": "#38BDF8"
"bg": "#0b0f19",
"accent": "#38bdf8",
"text": "#e0e0e0",
"border": ""
}
}