From 457690b1ef2fc3164f31fc2badd95228348b9f4e Mon Sep 17 00:00:00 2001 From: jestxfot <87380272+jestxfot@users.noreply.github.com> Date: Sat, 6 Aug 2022 22:39:24 +0300 Subject: [PATCH] settings --- .vscode/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 40d9fb2..d5388fa 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,9 +11,9 @@ "*.md": "powershell" }, "indentRainbow.colors": [ - "rgba(0,255,0,0.07)", - "rgba(0,150,255,0.07)", - "rgba(255,0,0,0.07)" + "rgba(0,255,0,0.27)", + "rgba(0,150,255,0.27)", + "rgba(255,0,0,0.27)" ], // The indent color if the number of spaces is not a multiple of "tabSize".