Fix dark theme
This commit is contained in:
parent
4a068fdec7
commit
a92b72bbb3
1 changed files with 19 additions and 18 deletions
|
|
@ -3,7 +3,8 @@
|
|||
"name": "zen_dark",
|
||||
"vars": {
|
||||
"bg": "#191919",
|
||||
"fg": "#BBBBBB",
|
||||
"fg": "#fefefe",
|
||||
"support": "#BBBBBB",
|
||||
"black": "#191919",
|
||||
"red": "#DE6E7C",
|
||||
"green": "#819B69",
|
||||
|
|
@ -19,7 +20,7 @@
|
|||
"brBlue": "#61ABDA",
|
||||
"brMagenta": "#CF86C1",
|
||||
"brCyan": "#65B8C1",
|
||||
"brWhite": "#8e8e8e",
|
||||
"brWhite": "#BBBBBB",
|
||||
"selectedBg": "#2a2a2a",
|
||||
"userMsgBg": "#222222",
|
||||
"customMsgBg": "#2a2430",
|
||||
|
|
@ -35,37 +36,37 @@
|
|||
"success": "green",
|
||||
"error": "red",
|
||||
"warning": "yellow",
|
||||
"muted": "brWhite",
|
||||
"dim": "brBlack",
|
||||
"text": "",
|
||||
"thinkingText": "brWhite",
|
||||
"muted": "support",
|
||||
"dim": "support",
|
||||
"text": "fg",
|
||||
"thinkingText": "support",
|
||||
|
||||
"selectedBg": "selectedBg",
|
||||
"userMessageBg": "userMsgBg",
|
||||
"userMessageText": "",
|
||||
"userMessageText": "fg",
|
||||
"customMessageBg": "customMsgBg",
|
||||
"customMessageText": "",
|
||||
"customMessageText": "fg",
|
||||
"customMessageLabel": "magenta",
|
||||
"toolPendingBg": "toolPendingBg",
|
||||
"toolSuccessBg": "toolSuccessBg",
|
||||
"toolErrorBg": "toolErrorBg",
|
||||
"toolTitle": "",
|
||||
"toolOutput": "brWhite",
|
||||
"toolTitle": "fg",
|
||||
"toolOutput": "support",
|
||||
|
||||
"mdHeading": "brYellow",
|
||||
"mdLink": "brBlue",
|
||||
"mdLinkUrl": "brWhite",
|
||||
"mdLinkUrl": "support",
|
||||
"mdCode": "cyan",
|
||||
"mdCodeBlock": "green",
|
||||
"mdCodeBlockBorder": "brBlack",
|
||||
"mdQuote": "brWhite",
|
||||
"mdQuoteBorder": "brBlack",
|
||||
"mdHr": "brBlack",
|
||||
"mdQuote": "support",
|
||||
"mdQuoteBorder": "support",
|
||||
"mdHr": "support",
|
||||
"mdListBullet": "cyan",
|
||||
|
||||
"toolDiffAdded": "green",
|
||||
"toolDiffRemoved": "red",
|
||||
"toolDiffContext": "brWhite",
|
||||
"toolDiffContext": "support",
|
||||
|
||||
"syntaxComment": "brBlack",
|
||||
"syntaxKeyword": "magenta",
|
||||
|
|
@ -74,11 +75,11 @@
|
|||
"syntaxString": "green",
|
||||
"syntaxNumber": "yellow",
|
||||
"syntaxType": "cyan",
|
||||
"syntaxOperator": "brWhite",
|
||||
"syntaxPunctuation": "brWhite",
|
||||
"syntaxOperator": "support",
|
||||
"syntaxPunctuation": "support",
|
||||
|
||||
"thinkingOff": "brBlack",
|
||||
"thinkingMinimal": "brWhite",
|
||||
"thinkingMinimal": "support",
|
||||
"thinkingLow": "blue",
|
||||
"thinkingMedium": "brBlue",
|
||||
"thinkingHigh": "magenta",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue