it2 color preset import

Import a color preset from an .itermcolors file

Synopsis

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

Description

Import a color preset from an .itermcolors file and save it with the specified name.

Examples

# Import color scheme
$ it2 color preset import "Custom" ~/Downloads/theme.itermcolors
# Import from URL (download first)
$ curl -o nord.itermcolors https://example.com/nord.itermcolors
$ it2 color preset import "Nord" nord.itermcolors
# Import company theme
$ it2 color preset import "Company" ~/themes/company.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