Last updated
Last updated
This endpoint exposes system themes, a list of custom color sets.
URL: /themes
Method: GET
Code : 200 OK
Content: [theme]
where theme
is defined as:
Where styles
is an object with the following properties:
and style
has the form:
with color
being an RGBA color in HEX format.
If style is omitted a default style will be used.
Example:: Pharo themes GET /themes
.