From 3a3b2f6ec9d9f34ff986d9eb809f06ee42d4f6b1 Mon Sep 17 00:00:00 2001 From: developomp Date: Fri, 11 Feb 2022 12:08:48 +0900 Subject: [PATCH] chagned color highlight settings - to be less distracting --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5d0405d..7da4883 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -21,5 +21,6 @@ "editor.defaultFormatter": "jock.svg" }, // for .ejs files - "html.validate.styles": false + "html.validate.styles": false, + "color-highlight.markerType": "outline" }