it2 color preset apply

Apply a color preset to a profile

Synopsis

it2 color preset apply <preset-name> [profile-name]

Description

Apply the specified color preset to a profile. If no profile is specified, applies to the current session's profile.

Examples

# Apply preset to current profile
$ it2 color preset apply "Solarized Dark"
# Apply preset to specific profile
$ it2 color preset apply "Monokai" "Development"
# Apply dark theme
$ it2 color preset apply "Dracula"
# Apply light theme
$ it2 color preset apply "Solarized Light" "Work"

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