set_appearances
Set dark or tinted appearance overrides for icon background fill, layer groups, or individual layers, adjusting properties like colors, opacity, and shadow.
Instructions
Set dark mode or tinted mode appearance overrides for the icon background fill, layer group, or individual layer properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle_path | Yes | Path to .icon bundle | |
| target | Yes | What to set appearance on | |
| group_index | No | Group index (for target=group or target=layer) | |
| appearance | Yes | Appearance mode | |
| layer_index | No | Layer index within the group (required when target=layer) | |
| bg_color | No | Background color hex for this appearance (target=fill) | |
| specular | No | Specular for this appearance (target=group) | |
| shadow_kind | No | Shadow kind (target=group) | |
| shadow_opacity | No | Shadow opacity (target=group) | |
| opacity | No | Opacity for this appearance (target=group or target=layer) | |
| blur_material | No | Blur material for this appearance (target=group) | |
| translucency_enabled | No | Enable translucency for this appearance (target=group) | |
| translucency_value | No | Translucency amount for this appearance (target=group) | |
| hidden | No | Hidden state for this appearance (target=group or target=layer) | |
| blend_mode | No | Blend mode for this appearance (target=layer) | |
| fill_color | No | Fill color hex for this appearance (target=layer) | |
| position_scale | No | Position scale for this appearance | |
| position_offset_x | No | Position X offset for this appearance | |
| position_offset_y | No | Position Y offset for this appearance |