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#000000
  • editor.selectionBackground#ADD6FF
  • editorCursor.foreground#000000
  • editorIndentGuide.background#D3D3D3
  • editorLineNumber.foreground#237893

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.function#795E26
keyword.control#AF00DB
variable.other.constant#0070C1
entity.name.function#795E26
keyword.control#AF00DB
variable.other.constant#0070C1
comment#008000
string#A31515
constant.numeric#098658
constant.language#0000FF
constant.character.escape#EE0000
variable.other.constant#0070C1
variable.other.enummember#0070C1
variable.parameter#001080
variable.other.member#001080
variable.language#0000FF
variable#001080
keyword.control#AF00DB
keyword.operator#000000
keyword#0000FF
storage.modifier#0000FF
storage.type.struct#267F99
storage.type.annotation#0000FF
storage.type.enum#0000FF
storage.type#267F99
support.class.component#267F99
support.class, support.type, entity.name.type, entity.name.class#267F99
entity.name.function, support.function#795E26