stencila themes
Usage
stencila themes [COMMAND]Examples
# List all available themes
stencila themes
# Show the default resolved theme
stencila themes show
# Show a specific theme
stencila themes show tufte
# Create a new workspace theme
stencila themes new
# Create a named user theme
stencila themes new my-theme
# Remove a user theme
stencila themes remove my-theme
# Validate a custom theme file
stencila themes validate theme.css
# List design tokens available to use in themes
stencila themes tokensSubcommands
list | |
show | |
new | |
remove | |
validate | |
tokens |