feat(ui): supports debugging
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user