fix color

This commit is contained in:
colin 2019-04-10 16:12:19 +08:00
parent 65369fcc4e
commit ae4be0a696
1 changed files with 3 additions and 3 deletions

View File

@ -12,10 +12,10 @@
], ],
"workbench.startupEditor": "newUntitledFile", "workbench.startupEditor": "newUntitledFile",
"workbench.colorCustomizations": { "workbench.colorCustomizations": {
"editor.selectionBackground": "#fd5959", "editor.selectionBackground": "#ff9090",
"editor.selectionHighlightBackground": "#ff8787", "editor.selectionHighlightBackground": "#ffa8a8",
"editorOverviewRuler.findMatchForeground": "#0000ff", "editorOverviewRuler.findMatchForeground": "#0000ff",
"editorOverviewRuler.selectionHighlightForeground": "#fd5959", "editorOverviewRuler.selectionHighlightForeground": "#ff0000",
"editorCursor.foreground": "#007523", "editorCursor.foreground": "#007523",
"editorBracketMatch.border": "#fffb00", "editorBracketMatch.border": "#fffb00",
"editorBracketMatch.background": "#fffb00", "editorBracketMatch.background": "#fffb00",