added support for transparency

This commit is contained in:
2024-01-28 13:30:51 +01:00
parent f5ddbf4a69
commit 946f4a3b5c
2 changed files with 23 additions and 13 deletions

7
transparent.json Normal file
View File

@@ -0,0 +1,7 @@
{
"backgroundColor": [0, 0, 0, 0],
"textColor": [128, 128, 128],
"linkColor": [128, 128, 128],
"bitIColor": [128, 128, 128],
"borderColor": [128, 128, 128]
}