Add CSS vars for slash commands and tweak styling (#189965)

Add css vars for slash commands and tweak styling
This commit is contained in:
David Dossett
2023-08-08 13:37:37 -07:00
committed by GitHub
parent 42b4bf0670
commit d1c4bf3fcb
5 changed files with 28 additions and 10 deletions

View File

@@ -19,6 +19,8 @@
"button.secondaryBackground": "#1F1F1F",
"button.secondaryForeground": "#CCCCCC",
"button.secondaryHoverBackground": "#2B2B2B",
"chat.slashCommandBackground": "#3E4C56",
"chat.slashCommandForeground": "#7FC3FF",
"checkbox.background": "#313131",
"checkbox.border": "#3C3C3C",
"debugToolBar.background": "#181818",