fix(terminal): add missing .tool-result-block.error red rule
This commit is contained in:
parent
57f936af63
commit
cf16f81dee
1 changed files with 3 additions and 2 deletions
|
|
@ -120,8 +120,9 @@
|
|||
.live .text { color: var(--fg); }
|
||||
.live .thinking { color: var(--muted); font-style: italic; }
|
||||
.live .tool-use { color: var(--cyan); }
|
||||
.live .tool-result { color: var(--muted); }
|
||||
.live .tool-result.error { color: var(--red); }
|
||||
.live .tool-result { color: var(--muted); }
|
||||
.live .tool-result.error { color: var(--red); }
|
||||
.live .tool-result-block.error { color: var(--red); }
|
||||
.live .result { color: var(--green); }
|
||||
.live .note { color: var(--muted); }
|
||||
/* Distinguish stderr lines (orange) and operator-initiated notes
|
||||
|
|
|
|||
Loading…
Reference in a new issue