added color support for json, yaml and xml

This commit is contained in:
2024-06-15 13:17:27 +02:00
parent 7c62a16146
commit 995564382a
6 changed files with 53 additions and 1 deletions

View File

@ -101,5 +101,11 @@
}
}
}
},
"colors": {
"main": {
"31-28": "#FF0000",
"11-4": [34, 176, 43]
}
}
}