Browse Source

fix(tui): make lsp status icon muted when no lsps are active (#6773)

Mani Sundararajan 1 month ago
parent
commit
f6cc84747a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/opencode/src/cli/cmd/tui/routes/session/footer.tsx

+ 1 - 1
packages/opencode/src/cli/cmd/tui/routes/session/footer.tsx

@@ -64,7 +64,7 @@ export function Footer() {
               </text>
             </Show>
             <text fg={theme.text}>
-              <span style={{ fg: theme.success }}>•</span> {lsp().length} LSP
+              <span style={{ fg: lsp().length > 0 ? theme.success : theme.textMuted }}>•</span> {lsp().length} LSP
             </text>
             <Show when={mcp()}>
               <text fg={theme.text}>