68 lines
2.4 KiB
JSON
68 lines
2.4 KiB
JSON
{
|
|
"editor.semanticTokenColorCustomizations": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"pbs-comment:pbs": {
|
|
"foreground": "#c090b0",
|
|
"italic": true
|
|
},
|
|
"pbs-string:pbs": "#00c088",
|
|
"pbs-number:pbs": "#ff90b0",
|
|
"pbs-literal:pbs": "#4fc1ff",
|
|
"pbs-lifecycle:pbs": "#ef50c0",
|
|
"pbs-keyword:pbs": "#569cd6",
|
|
"pbs-operator:pbs": "#d4d4d4",
|
|
"pbs-punctuation:pbs": "#d4d4d4",
|
|
"pbs-function:pbs": "#f2c14e",
|
|
"pbs-method:pbs": "#f2c14e",
|
|
"pbs-constructor:pbs": "#ecdcaa",
|
|
"pbs-struct:pbs": "#4ec9b0",
|
|
"pbs-contract:pbs": "#78dce8",
|
|
"pbs-host:pbs": "#b7a2fa",
|
|
"pbs-builtin-type:pbs": "#8be9fd",
|
|
"pbs-service:pbs": "#b7a2fa",
|
|
"pbs-error:pbs": "#ff5b5b",
|
|
"pbs-enum:pbs": "#56cfe1",
|
|
"pbs-callback:pbs": "#b7a2fa",
|
|
"pbs-global:pbs": {
|
|
"foreground": "#f790fc",
|
|
"italic": true
|
|
},
|
|
"pbs-const:pbs": "#f78c6c",
|
|
"pbs-implements:pbs": "#a1c181",
|
|
"pbs-identifier:pbs": "#d4d4d4",
|
|
"comment:pbs": {
|
|
"foreground": "#c090b0",
|
|
"italic": true
|
|
},
|
|
"string:pbs": "#00c088",
|
|
"number:pbs": "#ff90b0",
|
|
"enumMember:pbs": "#4fc1ff",
|
|
"variable:pbs": "#4fc1ff",
|
|
"function.async:pbs": "#ef50c0",
|
|
"variable.async:pbs": "#ef50c0",
|
|
"keyword:pbs": "#569cd6",
|
|
"operator:pbs": "#d4d4d4",
|
|
"function:pbs": "#f2c14e",
|
|
"method:pbs": "#f2c14e",
|
|
"class.declaration:pbs": "#ecdcaa",
|
|
"type.declaration:pbs": "#ecdcaa",
|
|
"struct:pbs": "#4ec9b0",
|
|
"type:pbs": "#4ec9b0",
|
|
"interface:pbs": "#78dce8",
|
|
"class.defaultLibrary:pbs": "#b7a2fa",
|
|
"type.defaultLibrary:pbs": "#b7a2fa",
|
|
"variable.defaultLibrary:pbs": "#8be9fd",
|
|
"enum:pbs": "#ff5b5b",
|
|
"variable.readonly:pbs": {
|
|
"foreground": "#f790fc",
|
|
"italic": true
|
|
}
|
|
}
|
|
},
|
|
"workbench.colorCustomizations": {
|
|
"editor.foreground": "#d9e2ec",
|
|
"editor.selectionBackground": "#2d4f6b",
|
|
"editorLineNumber.foreground": "#6f8193"
|
|
}
|
|
} |