Skip to content

Instantly share code, notes, and snippets.

@ArtemAvramenko
Created August 6, 2021 19:05
Show Gist options
  • Save ArtemAvramenko/66757f4a69e38cc114975e8b7cda6693 to your computer and use it in GitHub Desktop.
Save ArtemAvramenko/66757f4a69e38cc114975e8b7cda6693 to your computer and use it in GitHub Desktop.
Visual Studio Code debug console background
{
"workbench.colorTheme": "Default Light+",
"workbench.colorCustomizations": {
"debugConsole.infoForeground": "#222222",
"debugConsole.errorForeground": "#cc0000",
"debugConsole.warningForeground": "#777700",
"debugConsole.sourceForeground": "#0088cc"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment