update color
This commit is contained in:
parent
1e3868c351
commit
65369fcc4e
|
@ -5,11 +5,19 @@
|
||||||
"C_Cpp.errorSquiggles": "Disabled",
|
"C_Cpp.errorSquiggles": "Disabled",
|
||||||
"window.zoomLevel": 0,
|
"window.zoomLevel": 0,
|
||||||
"workbench.editor.enablePreview": false,
|
"workbench.editor.enablePreview": false,
|
||||||
"sync.gist": "11ac9399309fc7dd1af55cf922f77204",
|
|
||||||
"[cpp]": {},
|
"[cpp]": {},
|
||||||
"C_Cpp.clang_format_style": "Google",
|
"C_Cpp.clang_format_style": "Google",
|
||||||
"editor.rulers": [
|
"editor.rulers": [
|
||||||
80
|
80
|
||||||
],
|
],
|
||||||
"workbench.startupEditor": "newUntitledFile",
|
"workbench.startupEditor": "newUntitledFile",
|
||||||
|
"workbench.colorCustomizations": {
|
||||||
|
"editor.selectionBackground": "#fd5959",
|
||||||
|
"editor.selectionHighlightBackground": "#ff8787",
|
||||||
|
"editorOverviewRuler.findMatchForeground": "#0000ff",
|
||||||
|
"editorOverviewRuler.selectionHighlightForeground": "#fd5959",
|
||||||
|
"editorCursor.foreground": "#007523",
|
||||||
|
"editorBracketMatch.border": "#fffb00",
|
||||||
|
"editorBracketMatch.background": "#fffb00",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue