List, apply, and manage SLICC UI themes.

Synopsis

theme <subcommand> [args]

Description

Manages the visual theme of the SLICC UI: built-in presets and custom themes stored in the VFS.

Options

list List available preset and custom themes.

apply <id> Apply a preset or custom theme by id.

apply <path> Apply a .slicc-theme.json file from the VFS.

reset Reset to the default theme.

current Show the currently active theme.

export <id> <path> Export a theme to a VFS path.

Examples

$ theme list

List available themes.

$ theme apply midnight

Apply the 'midnight' preset theme.

$ theme export midnight /workspace/midnight.slicc-theme.json

Export a theme definition to the VFS.

See Also

upgrade