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
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",