diff --git a/LivelyProperties.json b/LivelyProperties.json new file mode 100644 index 0000000000000000000000000000000000000000..002571d4fb926196550d68932065613e7917acfe --- /dev/null +++ b/LivelyProperties.json @@ -0,0 +1,20 @@ +{ + "matrixColor": { + "text": "Font Color", + "type": "color", + "value": "#00FF46" + }, + "rainbowSpeed": { + "max": 100, + "min": 0, + "tick": 25, + "text": "Rainbow Speed", + "type": "slider", + "value": 50 + }, + "rainBow": { + "type": "checkbox", + "value": false, + "text": "Rainbow" + } +} \ No newline at end of file