Pārlūkot izejas kodu

ref: vsc settings

Sv443 4 mēneši atpakaļ
vecāks
revīzija
4c80c3aed1
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      .vscode/settings.json

+ 2 - 2
.vscode/settings.json

@@ -20,9 +20,9 @@
       "overviewRulerColor": "#ed0",
     },
     "((//\\s*|/\\*\\s*)?#region ([^\\S\\r\\n]*[\\(\\)\\w,.\\-_&+#*'\"/:]+)*)": { //#region test: (abc):
-      "backgroundColor": "#5df",
+      "backgroundColor": "#35b5d0",
       "color": "#000",
-      "overviewRulerColor": "#5df",
+      "overviewRulerColor": "#35b5d0",
     },
     "((<!--\\s*)?</?\\{\\{[A-Z_-]+\\}\\}>(\\s*-->)?)": { // <!-- <{{FOO}}> --> and <!-- </{{FOO}}> --> or <{{BAR}}> and </{{BAR}}>
       "backgroundColor": "#9af",