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

This commit is contained in:
Mani Sundararajan 2026-01-03 15:56:29 -05:00 committed by GitHub
parent 586e7347bd
commit f6cc84747a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}>