{
    "window.autoDetectColorScheme": true,
    "workbench.colorTheme": "Eva Dark",
    "workbench.colorCustomizations": {
    "editor.background": "#282C34",
    "editor.selectionBackground": "#264f78"
    },

    "editor.tokenColorCustomizations": {
    "[*Eva*]": {
        "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"
    },
    "terminal.integrated.defaultProfile.windows": "PowerShell",
    "terminal.integrated.sendKeybindingsToShell": true,
    "explorer.confirmDragAndDrop": false,
    "workbench.editorAssociations": {
        "*.html": "default"
    }

}
