feat(ui): supports debugging

This commit is contained in:
hyb1996
2018-09-07 22:26:03 +08:00
parent e5e1b567e7
commit 32805aad34
28 changed files with 2027 additions and 57 deletions

View File

@@ -5,9 +5,11 @@
"editor.background": "#1E1E1E",
"editor.foreground": "#D4D4D4",
"editorLineNumber.foreground": "#404040",
"editorBreakpoint.foreground": "#1976D2",
"imeBar.background": "#dd1e1e1e",
"imeBar.foreground": "#f1f1f1",
"editor.lineHighlightBackground": "#2e2e35"
"editor.lineHighlightBackground": "#2e2e35",
"editor.debuggingLineBackground": "#40c4ff"
},
"tokenColors": [
{

View File

@@ -499,6 +499,8 @@
"editor.background": "#F5F5F5",
"editor.foreground": "#000000",
"editor.lineHighlightBackground": "#E4F6D4",
"editor.debuggingLineBackground": "#40c4ff",
"editorBreakpoint.foreground": "#03A9F4",
"focusBorder": "#A6B39B",
"pickerGroup.foreground": "#A6B39B",
"pickerGroup.border": "#749351",