{
    "workbench.colorTheme": "Default Dark Modern",
    "workbench.startupEditor": "none",
    "window.autoDetectColorScheme": true,
    "workbench.colorCustomizations": {
        "editorHoverWidget.background": "#ff0060",
        "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"
    }
}
