vscode:
"vscode_custom_css.imports": [
        "file:///D:/lison/synthwave84.css"
    ],
    // "php.validate.executablePath": "",
    "workbench.colorCustomizations": {
        "editor.selectionBackground": "#d1d1c6",
        "editor.selectionHighlightBackground": "#c5293e"
    
    },
    "editor.tokenColorCustomizations": {
        // "comments": "#82e0aa" // 注释
    }