Skip to main content
Coding Theme

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • editor.background#FFFFFF
  • editor.foreground#333333

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.function.browserql#795E26bold
keyword.control.browserql#0000FFbold
variable.parameter.browserql#001080—
variable.other.browserql#0070C1—
entity.alias.browserql#AF00DBbold
constant.language.browserql#0451A5—
string.quoted.double.browserql, string.quoted.single.browserql#A31515—
constant.character.escape.browserql#EE0000—
constant.numeric.decimal.browserql#098658—
comment.line.number-sign.browserql#008000italic
punctuation.definition.arguments.begin.browserql, punctuation.definition.arguments.end.browserql#E8A317—
punctuation.definition.block.begin.browserql, punctuation.definition.block.end.browserql#AF00DB—
punctuation.separator.key-value.browserql, punctuation.separator.parameters.browserql#333333—