fix(coding-agent): set explicit theme text colors

This commit is contained in:
Armin Ronacher
2026-05-18 18:04:55 +02:00
parent 137547a470
commit 479024603e
2 changed files with 10 additions and 8 deletions

View File

@@ -7,6 +7,7 @@
"green": "#b5bd68",
"red": "#cc6666",
"yellow": "#ffff00",
"text": "#d4d4d4",
"gray": "#808080",
"dimGray": "#666666",
"darkGray": "#505050",
@@ -28,19 +29,19 @@
"warning": "yellow",
"muted": "gray",
"dim": "dimGray",
"text": "",
"text": "text",
"thinkingText": "gray",
"selectedBg": "selectedBg",
"userMessageBg": "userMsgBg",
"userMessageText": "",
"userMessageText": "text",
"customMessageBg": "customMsgBg",
"customMessageText": "",
"customMessageText": "text",
"customMessageLabel": "#9575cd",
"toolPendingBg": "toolPendingBg",
"toolSuccessBg": "toolSuccessBg",
"toolErrorBg": "toolErrorBg",
"toolTitle": "",
"toolTitle": "text",
"toolOutput": "gray",
"mdHeading": "#f0c674",

View File

@@ -7,6 +7,7 @@
"green": "#588458",
"red": "#aa5555",
"yellow": "#9a7326",
"text": "#1f2328",
"mediumGray": "#6c6c6c",
"dimGray": "#767676",
"lightGray": "#b0b0b0",
@@ -27,19 +28,19 @@
"warning": "yellow",
"muted": "mediumGray",
"dim": "dimGray",
"text": "",
"text": "text",
"thinkingText": "mediumGray",
"selectedBg": "selectedBg",
"userMessageBg": "userMsgBg",
"userMessageText": "",
"userMessageText": "text",
"customMessageBg": "customMsgBg",
"customMessageText": "",
"customMessageText": "text",
"customMessageLabel": "#7e57c2",
"toolPendingBg": "toolPendingBg",
"toolSuccessBg": "toolSuccessBg",
"toolErrorBg": "toolErrorBg",
"toolTitle": "",
"toolTitle": "text",
"toolOutput": "mediumGray",
"mdHeading": "yellow",