{ "editor.semanticTokenColorCustomizations": { "enabled": true, "rules": { "pbs-comment:pbs": { "foreground": "#8b949e", "italic": true }, "pbs-string:pbs": "#d8b86a", "pbs-number:pbs": "#ff8cc6", "pbs-literal:pbs": "#7fb8ff", "pbs-lifecycle:pbs": { "foreground": "#ff7b72", "bold": true }, "pbs-keyword:pbs": "#7fb8ff", "pbs-operator:pbs": "#c9d1d9", "pbs-punctuation:pbs": "#8b949e", "pbs-function:pbs": { "foreground": "#7ee787", "bold": true }, "pbs-method:pbs": "#7ee787", "pbs-constructor:pbs": { "foreground": "#7ee787", "bold": true }, "pbs-struct:pbs": { "foreground": "#56d4dd", "italic": true }, "pbs-contract:pbs": { "foreground": "#79c0ff", "underline": true }, "pbs-host:pbs": "#c297ff", "pbs-builtin-type:pbs": "#56d4dd", "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": "#d8b86a", "number:pbs": "#ff8cc6", "enumMember:pbs": "#7fb8ff", "variable:pbs": "#7fb8ff", "function.async:pbs": { "foreground": "#ff7b72", "bold": true }, "variable.async:pbs": { "foreground": "#ff7b72", "bold": true }, "keyword:pbs": "#7fb8ff", "operator:pbs": "#c9d1d9", "function:pbs": { "foreground": "#7ee787", "bold": true }, "method:pbs": "#7ee787", "class.declaration:pbs": { "foreground": "#7ee787", "bold": true }, "type.declaration:pbs": { "foreground": "#7ee787", "bold": true }, "struct:pbs": { "foreground": "#56d4dd", "italic": true }, "type:pbs": { "foreground": "#56d4dd", "italic": true }, "interface:pbs": { "foreground": "#79c0ff", "underline": true }, "class.defaultLibrary:pbs": "#c297ff", "type.defaultLibrary:pbs": "#c297ff", "variable.defaultLibrary:pbs": "#56d4dd", "enum:pbs": { "foreground": "#ff7b72", "underline": true }, "variable.readonly:pbs": "#c297ff", "pbs-asset:pbs": "#c297ff", "string.readonly:pbs": "#c297ff" } }, "workbench.colorCustomizations": { "editor.foreground": "#d9e2ec", "editor.selectionBackground": "#2f3f5b", "editorLineNumber.foreground": "#6b7f99" } }