mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
Tweak slash command widget pill colors and padding (#190208)
* Tweak slash command pill colors * Fix padding
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user