Home > Uncategorized > change background color in VS Code

change background color in VS Code

Problem
You want to change the background color in VS Code.

Solution
In settings.json, add these lines:

...
    "workbench.colorCustomizations": {
        "editor.background": "#fcf5e3",
        "sideBar.background": "#f9edcd"
    },
...

Links

Categories: Uncategorized Tags: ,
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment