{
    "workbench.colorTheme": "Default Dark Modern",
    "workbench.startupEditor": "none",
    "window.autoDetectColorScheme": true
}

{
    "window.zoomLevel": 0,
    "workbench.colorTheme": "Atom One Light",
    "editor.tokenColorCustomizationsExperimental": {
        "variable": "#ff0000",
        "*.comment": "#ff0000",
        "*": "#ff0000"
    },
    "workbench.colorCustomizations": {
        "editorHoverWidget.background": "#ff000060",
        "editor.foreground": "#c8c8c8",
        "editor.background": "#1e1e1e",
        "comment.foreground": "#008080",
        "number.foreground": "#b5ceaa",
        "string.doublequote": "#b5f50a",
        "string.singlequote": "#b5f50a",
        "entity.name.tag": "#569cd6",
        "punctuation.definition.tag": "#808080",
        "entity.other.attribute-name": "#92caf4",
        "support.class": "#d69d85",
        "constant.other": "#d69d85",
        "support.constant": "#c8c8c8",
        "entity.other": "#c8c8c8",
        "invalid": "#c8c8c8"
    }
}
