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#1E1E1E
  • editor.foreground#D4D4D4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.function.browserql#DCDCAAbold
keyword.control.browserql#569CD6bold
variable.parameter.browserql#9CDCFE
variable.other.browserql#4FC1FF
entity.alias.browserql#C586C0bold
constant.language.browserql#4EC9B0
string.quoted.double.browserql, string.quoted.single.browserql#CE9178
constant.character.escape.browserql#D7BA7D
constant.numeric.decimal.browserql#B5CEA8
comment.line.number-sign.browserql#6A9955italic
punctuation.definition.arguments.begin.browserql, punctuation.definition.arguments.end.browserql#FFD700
punctuation.definition.block.begin.browserql, punctuation.definition.block.end.browserql#FF6B6B
punctuation.separator.key-value.browserql, punctuation.separator.parameters.browserql#D4D4D4
BrowserQL by Christopher Miller - VS Code Theme