From 65369fcc4e5dc8578a13070613ea3e6261b81863 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 9 Apr 2019 19:47:10 +0800 Subject: [PATCH] update color --- settings.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/settings.json b/settings.json index d0e21db..b45ff54 100644 --- a/settings.json +++ b/settings.json @@ -5,11 +5,19 @@ "C_Cpp.errorSquiggles": "Disabled", "window.zoomLevel": 0, "workbench.editor.enablePreview": false, - "sync.gist": "11ac9399309fc7dd1af55cf922f77204", "[cpp]": {}, "C_Cpp.clang_format_style": "Google", "editor.rulers": [ 80 ], "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", + } }