119 lines
3.7 KiB
JSON
119 lines
3.7 KiB
JSON
{
|
|
"editor.semanticTokenColorCustomizations": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"pbs-comment:pbs": {
|
|
"foreground": "#8b949e",
|
|
"italic": true
|
|
},
|
|
"pbs-string:pbs": "#7ee787",
|
|
"pbs-number:pbs": "#ffa657",
|
|
"pbs-literal:pbs": "#79c0ff",
|
|
"pbs-lifecycle:pbs": {
|
|
"foreground": "#ff7b72",
|
|
"bold": true
|
|
},
|
|
"pbs-keyword:pbs": "#d2a8ff",
|
|
"pbs-operator:pbs": "#c9d1d9",
|
|
"pbs-punctuation:pbs": "#8b949e",
|
|
"pbs-function:pbs": {
|
|
"foreground": "#ffa657",
|
|
"bold": true
|
|
},
|
|
"pbs-method:pbs": "#ffd580",
|
|
"pbs-constructor:pbs": {
|
|
"foreground": "#e3b341",
|
|
"bold": true
|
|
},
|
|
"pbs-struct:pbs": "#56d4dd",
|
|
"pbs-contract:pbs": {
|
|
"foreground": "#79c0ff",
|
|
"underline": true
|
|
},
|
|
"pbs-host:pbs": "#c297ff",
|
|
"pbs-builtin-type:pbs": {
|
|
"foreground": "#7ee787",
|
|
"italic": true
|
|
},
|
|
"pbs-service:pbs": {
|
|
"foreground": "#ff8e7a",
|
|
"bold": true
|
|
},
|
|
"pbs-error:pbs": {
|
|
"foreground": "#ff7b72",
|
|
"underline": true
|
|
},
|
|
"pbs-enum:pbs": {
|
|
"foreground": "#56d4dd",
|
|
"bold": true
|
|
},
|
|
"pbs-callback:pbs": "#ffb3e6",
|
|
"pbs-global:pbs": {
|
|
"foreground": "#f778ba",
|
|
"italic": true
|
|
},
|
|
"pbs-const:pbs": {
|
|
"foreground": "#ffab70",
|
|
"bold": true
|
|
},
|
|
"pbs-implements:pbs": "#a5d6ff",
|
|
"pbs-identifier:pbs": "#d4d4d4",
|
|
"comment:pbs": {
|
|
"foreground": "#8b949e",
|
|
"italic": true
|
|
},
|
|
"string:pbs": "#7ee787",
|
|
"number:pbs": "#ffa657",
|
|
"enumMember:pbs": "#79c0ff",
|
|
"variable:pbs": "#79c0ff",
|
|
"function.async:pbs": {
|
|
"foreground": "#ff7b72",
|
|
"bold": true
|
|
},
|
|
"variable.async:pbs": {
|
|
"foreground": "#ff7b72",
|
|
"bold": true
|
|
},
|
|
"keyword:pbs": "#d2a8ff",
|
|
"operator:pbs": "#c9d1d9",
|
|
"function:pbs": {
|
|
"foreground": "#ffa657",
|
|
"bold": true
|
|
},
|
|
"method:pbs": "#ffd580",
|
|
"class.declaration:pbs": {
|
|
"foreground": "#e3b341",
|
|
"bold": true
|
|
},
|
|
"type.declaration:pbs": {
|
|
"foreground": "#e3b341",
|
|
"bold": true
|
|
},
|
|
"struct:pbs": "#56d4dd",
|
|
"type:pbs": "#56d4dd",
|
|
"interface:pbs": {
|
|
"foreground": "#79c0ff",
|
|
"underline": true
|
|
},
|
|
"class.defaultLibrary:pbs": "#c297ff",
|
|
"type.defaultLibrary:pbs": "#c297ff",
|
|
"variable.defaultLibrary:pbs": {
|
|
"foreground": "#7ee787",
|
|
"italic": true
|
|
},
|
|
"enum:pbs": {
|
|
"foreground": "#ff7b72",
|
|
"underline": true
|
|
},
|
|
"variable.readonly:pbs": {
|
|
"foreground": "#f778ba",
|
|
"italic": true
|
|
}
|
|
}
|
|
},
|
|
"workbench.colorCustomizations": {
|
|
"editor.foreground": "#d9e2ec",
|
|
"editor.selectionBackground": "#2f3f5b",
|
|
"editorLineNumber.foreground": "#6b7f99"
|
|
}
|
|
} |