changed bg and font opacity to full color setting

This commit is contained in:
iLLiCiTiT 2021-05-04 19:04:08 +02:00
parent 39def19a10
commit 1b8806ce3f
2 changed files with 28 additions and 14 deletions

View file

@ -73,8 +73,18 @@
"enabled": true,
"options": {
"font_size": 42,
"opacity": 1.0,
"bg_opacity": 0.5,
"font_color": [
255,
255,
255,
255
],
"bg_color": [
0,
0,
0,
127
],
"x_offset": 5,
"y_offset": 5,
"bg_padding": 5