Claude Tools / Themes / Soft Slate
Illustrative color and style configuration
Soft Slate
Neutral slate surfaces with muted blue highlights for long sessions.
neutralTemplate signals
Status
Draft
Audit
Not run
Collection
Themes
Anatomy
What it contains
- Named color tokens
- Light or dark appearance metadata
- Optional typography and spacing tokens
Lifecycle
How it works
- The theme is discovered from configuration
- The user selects it
- Tokens map to interface surfaces
- The interface updates without executing code
Audit lens
What Zebonastic would check
- Configuration parses against the schema
- Text and controls meet contrast requirements
- No executable content is embedded
Content preview
Example configuration
Editable starter content9 lines
{
"name": "Warm Paper",
"appearance": "light",
"colors": {
"background": "#F5F0E8",
"foreground": "#29261F",
"accent": "#B75A3A"
}
}Related