VScode仿Ubuntu颜色,深紫色背景
"C_Cpp.intelliSenseEngine": "Tag Parser",
"update.enableWindowsBackgroundUpdates": false,
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
"git.ignoreMissingGitWarning": true,
"cmake.configureOnOpen": false,
"workbench.colorCustomizations": {
//"editor.background": "#29032C",
//"editor.background": "#230917",
//"editor.background": "#2b0018",
"editor.background": "#2b0018",
"list.activeSelectionBackground": "#1f0511"
},
"editor.tokenColorCustomizations": {
"comments": "#aa00ee", // 注释
//"keywords": "#4a59dd", // 关键字
"keywords": "#e6a063", // 关键字
"variables": "#a1d0ff", // 变量名
"strings": "#2edf84ce", // 字符串
"functions": "#5bf4fcc9", // 函数名
"numbers": "#1aff00", // 数字
//"types": "#fff455", //类定义颜色
},
"workbench.colorTheme": "Monokai"