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#191919
  • editor.foreground#ffffffe5
  • editorBracketHighlight.foreground1#ffc400
  • editorBracketHighlight.foreground2#ffc400
  • editorBracketHighlight.foreground3#d3cece
  • editorBracketHighlight.foreground4#ff4800
  • editorBracketHighlight.foreground5#ff4800
  • editorBracketHighlight.foreground6#ff4800
  • editorBracketHighlight.unexpectedBracket.foreground#e70303e1
  • statusBar.background#343436
  • statusBar.debuggingBackground#cc6633
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#343436
  • statusBar.noFolderForeground#ffffff
  • statusBarItem.remoteBackground#343436
  • statusBarItem.remoteForeground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword.operator, keyword.operator.delete.array.bracket#ffc400bold
punctuation.separator, punctuation.terminator, punctuation.section, punctuation.definition.begin.bracket.square, punctuation.definition.end.bracket.square, punctuation.definition.capture, punctuation.definition.parameters, punctuation.definition.lambda, punctuation.definition.dictionary, punctuation.definition.array, storage.modifier.pointer, storage.modifier.reference, entity.name.operator#ffc400bold
keyword.control#ffffffbold
meta.preprocessor, entity.name.function.preprocessor, keyword.control.directive, punctuation.definition.directive#dacc12ea
string.quoted.double, entity.name.operator.custom-literal.string, meta.embedded.assembly#6ace67
constant.language#ffffffbold
storage.type.built-in.primitive, storage.type.class, storage.type.struct, storage.type.enum, storage.type.union, storage.type.asm, storage.type.template, storage.type.modifier, storage.type.extern#76dadd
entity.name.type.cpp#76dadd
comment, punctuation.definition.comment#5da83a