Forum Discussion
Shape theme json
Hi Shr88 - Make sure the color hex code is correctly formatted. You used #F39000, which is correct, but sometimes removing the # or ensuring there are no extra characters in the JSON can help.
try the attached json file.
thanks rajendraongole1 I attempted to incorporate your specifications above into my theme file, but unfortunately, I’m not seeing the desired effect.
Just to clarify, I’m trying to apply this specifically to a rectangle.
- rajendraongole11 year agoSuper User
Hi Shr88 -Thank you for sharing the screenshots. The JSON theme configuration looks correct, but the rectangle is still showing as pink instead of the expected orange (#F39000).
"basicShape": {
"rectangle": {
"fill": [
{
"show": true,
"fillColor": {
"solid": {
"color": "#F39000"
}
},
"transparency": 0
}
]
}
}- Shr881 year agoFrequent Visitor
Thank you, but this hasn't worked either 😐