kitty_get_colors
Retrieve terminal color names and hex values from any kitty window. Optionally return original kitty.conf colors instead of runtime overrides.
Instructions
Get terminal color definitions for a kitty window. Returns color names and hex values in kitty.conf format (e.g. "background #1e1e2e"). Use --configured to get the original kitty.conf colors instead of any runtime overrides. Results are cached for 10 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | No | Window match expression. | |
| configured | No | If true, return the originally configured colors from kitty.conf instead of the current (possibly overridden) colors. |