update_theme
Update Appsmith theme by patching properties for colors, fonts, borders, and shadows. Override existing values with new ones to customize the app appearance.
Instructions
Patch the current theme's properties. Pass a dict keyed by section
(colors, fontFamily, borderRadius, boxShadow) whose values are dicts of
keys to override. Example: {"colors": {"primaryColor": "#1a73e8"}, "fontFamily": {"appFont": "Inter"}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| properties | Yes |