Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Color Theme RGB fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Anarino committed Jun 6, 2015
1 parent 5bbe26f commit ac98da9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/module/color/theme.json
Expand Up @@ -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"
}]
}
}

0 comments on commit ac98da9

Please sign in to comment.