2026/02/22 時点では方法はなさそう。
> [!left-bubble] ![[chappy.webp]]
> • 結論だけ先に言うと、現状は「アクティブタブの色そのもの」をテーマ設定で変える機能はありません。
> 上の青線+accentColorベースで描画されています(Color.accentColor 固定)。
>
> - タブ背景色ロジック: Sources/ContentView.swift(backgroundColor が Color.accentColor)
> https://github.com/manaflow-ai/cmux/blob/main/Sources/ContentView.swift#L2850
> - 設定画面の公開項目は Theme (System/Light/Dark) などで、タブ色の項目はなし
> https://github.com/manaflow-ai/cmux/blob/main/Sources/cmuxApp.swift#L2573
> - 公式 Configuration も Ghostty 側のテーマ/色中心で、サイドバータブ色キーはなし
> https://github.com/manaflow-ai/cmux/blob/main/web/app/docs/configuration/page.tsx
> - 要望Issueは既にあります(2026-02-20作成、Open)
> https://github.com/manaflow-ai/cmux/issues/138
>
> 補足(推測): Color.accentColor を使っているので、macOSのアクセントカラー変更で見え方が変わる可能性はあります。
> 必要なら、見分けやすくするための現実的な設定案(Ghosttyテーマ側でのコントラスト調整)を具体的に出します。
[Sidebar tab coloring / custom colors · Issue #138 · manaflow-ai/cmux](https://github.com/manaflow-ai/cmux/issues/138) は恐らくサイドバーの話な気がする。