it2 color preset export

Export a color preset to an .itermcolors file

Synopsis

it2 color preset export <preset-name> <file-path>

Description

Export the specified color preset to an .itermcolors file.

Examples

# Export color preset
$ it2 color preset export "Solarized Dark" solarized
# Export to specific path
$ it2 color preset export "Custom" ~/backups/custom.itermcolors
# Export and share
$ it2 color preset export "My Theme" my-theme.itermcolors

Options inherited from parent commands

--format (default "text")

Output format (text, json, yaml) - affects how command results are displayed

--timeout

Timeout for API operations - how long to wait for iTerm2 to respond

--url

WebSocket URL for iTerm2 API - typically ws://localhost:1912 for local iTerm2

See Also