set_strokes
Set stroke color and weight for specific Figma nodes using node IDs. Replace existing borders or append new strokes to shapes and vector elements for automated design updates.
Instructions
Set the stroke color and weight of a node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | Stroke color as hex e.g. #000000 | |
| mode | No | 'replace' (default) overwrites all strokes; 'append' stacks on top of existing strokes | |
| nodeId | Yes | Node ID in colon format e.g. '4029:12345' | |
| strokeWeight | No | Stroke weight in pixels (default 1) |