diff --git a/app/module/color/theme.json b/app/module/color/theme.json index 0fef8a5..7c5ae1f 100644 --- a/app/module/color/theme.json +++ b/app/module/color/theme.json @@ -2,10 +2,10 @@ "label": "Color", "type": "theme", "id": "com.moviemasher.theme.color", - "properties": { - "color": { "type": "rgb", "value": "rbg(255,255,0)" } + "properties": { + "color": { "type": "rgb", "value": "0xFFFF00" } }, "filters": [{ "id": "color" }] -} \ No newline at end of file +}