fix(coding-agent): set explicit theme text colors
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
"green": "#b5bd68",
|
"green": "#b5bd68",
|
||||||
"red": "#cc6666",
|
"red": "#cc6666",
|
||||||
"yellow": "#ffff00",
|
"yellow": "#ffff00",
|
||||||
|
"text": "#d4d4d4",
|
||||||
"gray": "#808080",
|
"gray": "#808080",
|
||||||
"dimGray": "#666666",
|
"dimGray": "#666666",
|
||||||
"darkGray": "#505050",
|
"darkGray": "#505050",
|
||||||
@@ -28,19 +29,19 @@
|
|||||||
"warning": "yellow",
|
"warning": "yellow",
|
||||||
"muted": "gray",
|
"muted": "gray",
|
||||||
"dim": "dimGray",
|
"dim": "dimGray",
|
||||||
"text": "",
|
"text": "text",
|
||||||
"thinkingText": "gray",
|
"thinkingText": "gray",
|
||||||
|
|
||||||
"selectedBg": "selectedBg",
|
"selectedBg": "selectedBg",
|
||||||
"userMessageBg": "userMsgBg",
|
"userMessageBg": "userMsgBg",
|
||||||
"userMessageText": "",
|
"userMessageText": "text",
|
||||||
"customMessageBg": "customMsgBg",
|
"customMessageBg": "customMsgBg",
|
||||||
"customMessageText": "",
|
"customMessageText": "text",
|
||||||
"customMessageLabel": "#9575cd",
|
"customMessageLabel": "#9575cd",
|
||||||
"toolPendingBg": "toolPendingBg",
|
"toolPendingBg": "toolPendingBg",
|
||||||
"toolSuccessBg": "toolSuccessBg",
|
"toolSuccessBg": "toolSuccessBg",
|
||||||
"toolErrorBg": "toolErrorBg",
|
"toolErrorBg": "toolErrorBg",
|
||||||
"toolTitle": "",
|
"toolTitle": "text",
|
||||||
"toolOutput": "gray",
|
"toolOutput": "gray",
|
||||||
|
|
||||||
"mdHeading": "#f0c674",
|
"mdHeading": "#f0c674",
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
"green": "#588458",
|
"green": "#588458",
|
||||||
"red": "#aa5555",
|
"red": "#aa5555",
|
||||||
"yellow": "#9a7326",
|
"yellow": "#9a7326",
|
||||||
|
"text": "#1f2328",
|
||||||
"mediumGray": "#6c6c6c",
|
"mediumGray": "#6c6c6c",
|
||||||
"dimGray": "#767676",
|
"dimGray": "#767676",
|
||||||
"lightGray": "#b0b0b0",
|
"lightGray": "#b0b0b0",
|
||||||
@@ -27,19 +28,19 @@
|
|||||||
"warning": "yellow",
|
"warning": "yellow",
|
||||||
"muted": "mediumGray",
|
"muted": "mediumGray",
|
||||||
"dim": "dimGray",
|
"dim": "dimGray",
|
||||||
"text": "",
|
"text": "text",
|
||||||
"thinkingText": "mediumGray",
|
"thinkingText": "mediumGray",
|
||||||
|
|
||||||
"selectedBg": "selectedBg",
|
"selectedBg": "selectedBg",
|
||||||
"userMessageBg": "userMsgBg",
|
"userMessageBg": "userMsgBg",
|
||||||
"userMessageText": "",
|
"userMessageText": "text",
|
||||||
"customMessageBg": "customMsgBg",
|
"customMessageBg": "customMsgBg",
|
||||||
"customMessageText": "",
|
"customMessageText": "text",
|
||||||
"customMessageLabel": "#7e57c2",
|
"customMessageLabel": "#7e57c2",
|
||||||
"toolPendingBg": "toolPendingBg",
|
"toolPendingBg": "toolPendingBg",
|
||||||
"toolSuccessBg": "toolSuccessBg",
|
"toolSuccessBg": "toolSuccessBg",
|
||||||
"toolErrorBg": "toolErrorBg",
|
"toolErrorBg": "toolErrorBg",
|
||||||
"toolTitle": "",
|
"toolTitle": "text",
|
||||||
"toolOutput": "mediumGray",
|
"toolOutput": "mediumGray",
|
||||||
|
|
||||||
"mdHeading": "yellow",
|
"mdHeading": "yellow",
|
||||||
|
|||||||
Reference in New Issue
Block a user