{
    "window.autoDetectColorScheme": true,
    "workbench.colorTheme": "Visual Studio Dark",
    "workbench.colorCustomizations": {
    "editor.background": "#282C34",
    "editor.selectionBackground": "#264f78"
    },

    "editor.tokenColorCustomizations": {
    "[*Dark*]": {
        "variables": "#b5f50a",
        "comments": "#008080"
        "keywords": "#FF0000"
    },

    }
}
