{
    "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",
        "functions": "#0ab5f5",
        "rules": {
            ".static": {
                "foreground": "#b5f50a"
            },
        "string.singlequotes": "#b5f50a",
        "string.doublequotes": "#b5f50a"
        }
    }

    },

    "editor.semanticTokenColorCustomizations":{
        "enabled": true,
        "string.singlequotes": "#b5f50a",
        "string.doublequotes": "#b5f50a"
    }

}
