kitty_set_tab_color
Change the foreground and background colors of terminal tabs. Specify active or inactive tab colors using names or hex values.
Instructions
Change the foreground/background colors of a tab in the tab bar. Colors can be color names (e.g. "red"), hex values (e.g. "#1e1e2e"), or "none" to revert to the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | No | Set colors for the tab this command runs in. | |
| match | No | Tab match expression. | |
| colors | Yes | Object mapping color names to values. At least one key required. Example: { "active_bg": "#1e1e2e", "inactive_fg": "gray" }. |