Tweak slash command widget pill colors and padding (#190208)

* Tweak slash command pill colors

* Fix padding
This commit is contained in:
David Dossett 2023-08-10 16:23:00 -07:00 committed by GitHub
parent e2609a92c5
commit 54902a3f0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -19,8 +19,8 @@
"button.secondaryBackground": "#313131",
"button.secondaryForeground": "#CCCCCC",
"button.secondaryHoverBackground": "#3C3C3C",
"chat.slashCommandBackground": "#3E4C56",
"chat.slashCommandForeground": "#7FC3FF",
"chat.slashCommandBackground": "#34414B",
"chat.slashCommandForeground": "#40A6FF",
"checkbox.background": "#313131",
"checkbox.border": "#3C3C3C",
"debugToolBar.background": "#181818",

View file

@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
.chat-slash-command-content-widget {
padding: 1px 3px 1px 3px;
padding: 1px 3px;
border-radius: 3px;
background-color: var(--vscode-chat-slashCommandBackground);
color: var(--vscode-chat-slashCommandForeground);