mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Update debug color registrations
This commit is contained in:
@@ -1,44 +1,6 @@
|
||||
{
|
||||
"$schema": "vscode://schemas/color-theme",
|
||||
"name": "Light High Contrast",
|
||||
"colors": {
|
||||
"debugToolBar.border": "#292929",
|
||||
"debugToolBar.background": "#ffffff",
|
||||
"debugConsole.errorForeground": "#a1260d",
|
||||
"debugConsole.infoForeground": "#1a85ff",
|
||||
"debugConsole.sourceForeground": "#616161",
|
||||
"debugConsole.warningForeground": "#bf8803",
|
||||
"debugConsoleInputIcon.foreground": "#616161",
|
||||
"debugExceptionWidget.background": "#f1dfde",
|
||||
"debugExceptionWidget.border": "#a31515",
|
||||
"debugIcon.breakpointCurrentStackframeForeground": "#be8700",
|
||||
"debugIcon.breakpointDisabledForeground": "#848484",
|
||||
"debugIcon.breakpointForeground": "#e51400",
|
||||
"debugIcon.breakpointStackframeForeground": "#89d185",
|
||||
"debugIcon.breakpointUnverifiedForeground": "#848484",
|
||||
"debugIcon.continueForeground": "#0F4A85",
|
||||
"debugIcon.disconnectForeground": "#a1260d",
|
||||
"debugIcon.pauseForeground": "#0F4A85",
|
||||
"debugIcon.restartForeground": "#388a34",
|
||||
"debugIcon.startForeground": "#388a34",
|
||||
"debugIcon.stepBackForeground": "#0F4A85",
|
||||
"debugIcon.stepIntoForeground": "#0F4A85",
|
||||
"debugIcon.stepOutForeground": "#0F4A85",
|
||||
"debugIcon.stepOverForeground": "#0F4A85",
|
||||
"debugIcon.stopForeground": "#a1260d",
|
||||
"debugTokenExpression.boolean": "#0000ff",
|
||||
"debugTokenExpression.error": "#e51400",
|
||||
"debugTokenExpression.name": "#9b46b0",
|
||||
"debugTokenExpression.number": "#098658",
|
||||
"debugTokenExpression.string": "#a31515",
|
||||
"debugTokenExpression.value": "#6c6c6ccc",
|
||||
|
||||
"debugView.exceptionLabelBackground": "#a31515",
|
||||
"debugView.exceptionLabelForeground": "#ffffff",
|
||||
"debugView.stateLabelBackground": "#88888844",
|
||||
"debugView.stateLabelForeground": "#616161",
|
||||
"debugView.valueChangedHighlight": "#569cd6",
|
||||
},
|
||||
"tokenColors": [
|
||||
{
|
||||
"scope": ["meta.embedded", "source.groovy.embedded"],
|
||||
|
||||
Reference in New Issue
Block a user