Change the color of the current WezTerm tab.
/plugin marketplace add barnent1/quetrex-claude/plugin install barnent1-quetrex-claude@barnent1/quetrex-claude# /change-term-tab-color Change the color in the existing `.wezterm/project.md` file. ## Instructions 1. First, check if `.wezterm/project.md` exists in the current directory - If it doesn't exist, tell the user to run `/create-term-project` first 2. Read the current `.wezterm/project.md` to get the current project name (line 1) and color (line 2) 3. Show the user the current color and present these 5 color options: - **Cyan** - #00CED1 - **Coral** - #FF7F50 - **Lime** - #32CD32 - **Orchid** - #DA70D6 - **Gold** - #FFD700 4. Ask the user to choose a new color 5. Upd...