fix color
This commit is contained in:
parent
65369fcc4e
commit
ae4be0a696
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue