mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 12:07:40 +00:00
fix (tui): keep assistant text contrast theme-adaptive
This commit is contained in:
@@ -61,6 +61,7 @@ function highlightCode(code: string, lang?: string): string[] {
|
||||
|
||||
export const theme = {
|
||||
fg: fg(palette.text),
|
||||
assistantText: (text: string) => text,
|
||||
dim: fg(palette.dim),
|
||||
accent: fg(palette.accent),
|
||||
accentSoft: fg(palette.accentSoft),
|
||||
|
||||
Reference in New Issue
Block a user