更新 'settings.json'
This commit is contained in:
parent
8694ea77b7
commit
eb1ce87ef9
|
@ -44,60 +44,46 @@
|
|||
"--header-insertion=iwyu",
|
||||
"--pch-storage=disk",
|
||||
],
|
||||
// "editor.tokenColorCustomizations": {
|
||||
// "comments": "#7c7c7c",
|
||||
// "keywords": "#808000",
|
||||
// "variables": "#000000",
|
||||
// "strings": "#008080",
|
||||
// "functions": "#800000",
|
||||
// "numbers": "#008000",
|
||||
// "types": "#400080",
|
||||
// },
|
||||
"editor.semanticHighlighting.enabled": true,
|
||||
"editor.semanticTokenColorCustomizations": {
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
"parameter": "#306b72",
|
||||
"parameter": "#723030",
|
||||
"class": {
|
||||
"fontStyle": "bold",
|
||||
"foreground": "#729de3"
|
||||
"foreground": "#000000"
|
||||
},
|
||||
"function": {
|
||||
"foreground": "#800000"
|
||||
},
|
||||
"variable": "#000000",
|
||||
"string": "#008080",
|
||||
"keyword": "#808000",
|
||||
"keyword": "#070000",
|
||||
"number": "#008000",
|
||||
"type": "#400080",
|
||||
"enum": "#397797",
|
||||
"enumMember": "#397797",
|
||||
"macro": {
|
||||
"foreground": "#8f5daf",
|
||||
// "fontStyle": "bold"
|
||||
},
|
||||
"method": {
|
||||
"foreground": "#e5b124",
|
||||
"fontStyle": "underline"
|
||||
"foreground": "#000000",
|
||||
},
|
||||
"comment": "#7c7c7c",
|
||||
"namespace": {
|
||||
"foreground": "#00d780",
|
||||
"fontStyle": "bold"
|
||||
"foreground": "#000000",
|
||||
},
|
||||
"*.readonly": {
|
||||
"fontStyle": "bold"
|
||||
// "fontStyle": "bold"
|
||||
},
|
||||
"variable.readonly": {
|
||||
"foreground": "#8f5daf",
|
||||
"fontStyle": "bold"
|
||||
},
|
||||
"*.static": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"property": {
|
||||
"foreground": "#7ca6b7",
|
||||
"fontStyle": "underline"
|
||||
"foreground": "#000000",
|
||||
// "fontStyle": "underline"
|
||||
},
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue