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#383A42
  • editor.lineHighlightBackground#f5f5f5
  • editor.selectionBackground#F9CFE04D
  • editorCursor.foreground#202020
  • sideBar.background#F9F9F9
  • sideBar.foreground#333333
  • statusBar.background#F9F9F9
  • statusBar.foreground#555555

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#999999italic
keyword, storage#D81B60bold
string, constant.character#58840A
entity.name.function, meta.function-call#0A65C1
variable, variable.parameter#C3222E
entity.name.class, support.class, storage.type.class#89750F
constant.numeric, constant.language.boolean#B25900
support.variable.property, meta.object-literal.key#C3222E
entity.name.tag, meta.tag#D81B60
entity.other.attribute-name.html, meta.attribute#89750F
string.quoted.double.html, string.quoted.single.html#58840A
text.html.basic#383A42