Archive

Archive for July, 2020

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: ,