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#333333
  • activityBar.foreground#FF8F2E
  • editor.background#1F1F1F
  • editor.foreground#FF8F2E
  • sideBar.background#0B0B0B
  • statusBar.background#333333
  • tab.activeBackground#0B0B0B
  • tab.activeForeground#FFA342
  • tab.inactiveBackground#333333
  • tab.inactiveForeground#EB7B1A
  • titleBar.activeBackground#1F1F1F
  • titleBar.activeForeground#EB7B1A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5F5F5F—
comment.block.preprocessor#1F1F1F
comment.documentation, comment.block.documentation#1F1F1F—
invalid.deprecated#FF8C00—
invalid.illegal#FF8C00—
keyword.other, keyword.control, punctuation.section.group, punctuation.section.braces#EA603E—
storage.type#EA603E—
constant.language, support.constant, variable.language#FFBF26—
variable, support.variable, punctuation.definition.variable#FFBF26—
entity.other.attribute-name, variable.parameter, keyword.operator, meta#FF8F2E
entity.name.function#DB9833—
support.function#798283—
entity.name.tag, entity.name.type, entity.other.inherited-class, support.class#EA603E—
entity.name.exception#FF0000—
entity.name.section——
constant.numeric, constant#DB9833—
constant.character, constant.other#EA603E—
string#CC7F66—
constant.character.escape#CC7F66—
string.regexp#CC7F66—
constant.other.symbol#CC7F66—