added support for colored ranges

This commit is contained in:
2024-06-14 11:20:32 +02:00
parent 4b33ab4a56
commit b7e1db1dbd
5 changed files with 55 additions and 31 deletions

View File

@ -122,6 +122,15 @@ structures:
)
)
)
),
colors: (
main: (
"31-28": red,
"11-4": green
),
registerOffset: (
"11-4": rgb(240, 140, 80)
)
)
))