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.

  • activityBar.background#FFFFFF
  • activityBar.foreground#000000
  • editor.background#F5F5F5
  • editor.foreground#000000
  • sideBar.background#E1E1E1
  • statusBar.background#FFFFFF
  • tab.activeBackground#E1E1E1
  • tab.activeForeground#141414
  • tab.inactiveBackground#FFFFFF
  • tab.inactiveForeground#000000
  • titleBar.activeBackground#F5F5F5
  • titleBar.activeForeground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#AD95AF
comment.block.preprocessor#F5F5F5
comment.documentation, comment.block.documentation#F5F5F5
invalid.deprecated#FF8C00
invalid.illegal#FF8C00
keyword.other, keyword.control, punctuation.section.group, punctuation.section.braces#295F94
storage.type#295F94
constant.language, support.constant, variable.language#55AA55
variable, support.variable, punctuation.definition.variable#55AA55
entity.other.attribute-name, variable.parameter, keyword.operator, meta#000000
entity.name.function#AF0F91
support.function#BC5A65
entity.name.tag, entity.name.type, entity.other.inherited-class, support.class#295F94
entity.name.exception#FF0000
entity.name.section
constant.numeric, constant#AF0F91
constant.character, constant.other#295F94
string#317ECC
constant.character.escape#317ECC
string.regexp#317ECC
constant.other.symbol#317ECC