docs(tabs): document tab colors and the cycle-tab-color action - #601
Draft
hongyi-chen wants to merge 1 commit into
Draft
docs(tabs): document tab colors and the cycle-tab-color action#601hongyi-chen wants to merge 1 commit into
hongyi-chen wants to merge 1 commit into
Conversation
Documents setting a tab's color from the tab context menu, how colors behave for tabs inside a group, and the new customizable `workspace:cycle_active_tab_color` action shipped in 2026.08.13. Co-Authored-By: Warp <agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
This PR was generated with Warp. Comment |
Contributor
|
Your GitHub account is not connected to Warp. Connect it here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Tab colors were undocumented, and the 2026.08.13 release added a customizable action to cycle the active tab's color. This adds a Tab colors section to the Tabs page covering both.
Found by the
missing_docsdrift-watch audit (changelog item: "Added a customizable action to cycle the active tab color from a keybinding or the Command Palette").Changes
workspace:cycle_active_tab_color), which has no default shortcut and is reachable from the Command Palette or a custom keybinding.directory_tab_colorssetting for automatic per-directory colors.Verification
app/src/workspace/mod.rs; behavior (group-aware cycling, wrap back to no color) fromapp/src/workspace/view.rs; the context-menu color row, including its "Default (no color)" entry and toggle-off behavior, fromapp/src/tab.rs.npm run buildpasses;style_lint --changedreports no new issues.Deferred findings from this audit run
/connect-grok(already inagents/cli/models-and-usage.mdx), repository-qualified skill references (already in the CLI reference), new shell completions (vagrant,openssl,yc,journalctl) and the run-platform icon, which have no per-item doc surface.internalin the companion bookkeeping PR.style_lintskill.