diff --git a/.vscode/settings.json b/.vscode/settings.json index 5f10a24b4b0..018ce52ac09 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "editor.defaultColorDecorators": true, + "editor.defaultColorDecorators": "auto", "json.schemas": [ { "fileMatch": ["/pixel_update.json"], diff --git a/pixel_update.json b/pixel_update.json index 95ce8a34d23..b217dd3cac3 100644 --- a/pixel_update.json +++ b/pixel_update.json @@ -1,52 +1,27 @@ [ { - "x": "0", - "y": "0", - "rgb": "#ffffff" + "x": "28", + "y": "72", + "rgb": "#0c0c0c" }, { - "x": "1", - "y": "0", - "rgb": "#ffffff" + "x": "29", + "y": "72", + "rgb": "#0c0c0c" }, { - "x": "2", - "y": "0", - "rgb": "#ffffff" + "x": "30", + "y": "72", + "rgb": "#0c0c0c" }, { - "x": "3", - "y": "0", - "rgb": "#ffffff" + "x": "31", + "y": "72", + "rgb": "#0c0c0c" }, { - "x": "4", - "y": "0", - "rgb": "#ffffff" - }, - { - "x": "5", - "y": "0", - "rgb": "#ffffff" - }, - { - "x": "6", - "y": "0", - "rgb": "#ffffff" - }, - { - "x": "7", - "y": "0", - "rgb": "#ffffff" - }, - { - "x": "8", - "y": "0", - "rgb": "#ffffff" - }, - { - "x": "9", - "y": "0", - "rgb": "#ffffff" + "x": "32", + "y": "72", + "rgb": "#0c0c0c" } ] \ No newline at end of file