好看的vscode 配色

安装路径 

windows:

C:\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\light_vs.json

{
    "$schema": "vscode://schemas/color-theme",
    "name": "Light (Visual Studio)",
    "colors": {
"editor.background": "#C7EDCC",
"editor.inactiveSelectionBackground": "#c7def3",
"activityBar.background": "#007ACC",
"sideBar.background": "#c0e4c4",


    },

}

  

setting

{
    "workbench.colorTheme": "Visual Studio Light",
    "security.workspace.trust.untrustedFiles": "open",
    "editor.fontSize": 15,
    "editor.fontFamily": "'Courier New', Consolas, monospace",
    "terminal.integrated.fontWeightBold": "bold",
    "chat.editor.fontWeight": "“1000”",
    "explorer.confirmDelete": false,
    "terminal.integrated.fontSize": 15,
    "editor.wordWrap": "on"
}

  

cursor

{
    "workbench.colorTheme": "Visual Studio Light",
    "security.workspace.trust.untrustedFiles": "open",
    "editor.fontSize": 15,
    "editor.fontFamily": "'Courier New', Consolas, monospace",
    "terminal.integrated.fontWeightBold": "bold",
    "chat.editor.fontWeight": "“1000”",
    "explorer.confirmDelete": false,
    "terminal.integrated.fontSize": 15,
    "editor.wordWrap": "on",
    "workbench.activityBar.orientation": "vertical",
    "remote.SSH.remotePlatform": {
        "cisai@172.106.0.30": "linux",
        "172.106.0.30": "linux"
    },
    "C_Cpp.intelliSenseEngine": "disabled"
}

  

posted @ 2026-01-06 21:59  dyling  阅读(5)  评论(0)    收藏  举报