Skip to content

Commit

Permalink
Use input.foreground for chat input (#206564)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens authored Mar 1, 2024
1 parent d52acfa commit 19ecb4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/lib/stylelint/vscode-known-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"--vscode-chat-requestBorder",
"--vscode-chat-slashCommandBackground",
"--vscode-chat-slashCommandForeground",
"--vscode-chat-list-background",
"--vscode-checkbox-background",
"--vscode-checkbox-border",
"--vscode-checkbox-foreground",
Expand Down Expand Up @@ -827,4 +828,4 @@
"--zoom-factor",
"--test-bar-width"
]
}
}
4 changes: 4 additions & 0 deletions src/vs/workbench/contrib/chat/browser/media/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,10 @@
border-color: var(--vscode-focusBorder);
}

.interactive-session .interactive-input-and-execute-toolbar .monaco-editor .mtk1 {
color: var(--vscode-input-foreground);
}

.interactive-session .interactive-input-and-execute-toolbar .monaco-editor,
.interactive-session .interactive-input-and-execute-toolbar .monaco-editor .monaco-editor-background {
background-color: var(--vscode-input-background) !important;
Expand Down

0 comments on commit 19ecb4b

Please sign in to comment.