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#3B3C36
  • activityBar.foreground#FF007F
  • editor.background#272822
  • editor.foreground#FF007F
  • sideBar.background#13140E
  • statusBar.background#3B3C36
  • tab.activeBackground#13140E
  • tab.activeForeground#FF1493
  • tab.inactiveBackground#3B3C36
  • tab.inactiveForeground#EB006B
  • titleBar.activeBackground#272822
  • titleBar.activeForeground#EB006B

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#FFFFFF—
comment.block.preprocessor#272822
comment.documentation, comment.block.documentation#272822—
invalid.deprecated#FF8C00—
invalid.illegal#FF8C00—
keyword.other, keyword.control, punctuation.section.group, punctuation.section.braces#FF007F—
storage.type#FF007F—
constant.language, support.constant, variable.language#CFBFAD—
variable, support.variable, punctuation.definition.variable#CFBFAD—
entity.other.attribute-name, variable.parameter, keyword.operator, meta#FF007F
entity.name.function#C48CFF—
support.function#A7EC21—
entity.name.tag, entity.name.type, entity.other.inherited-class, support.class#FF007F—
entity.name.exception#FF0000—
entity.name.section——
constant.numeric, constant#C48CFF—
constant.character, constant.other#FF007F—
string#ECE47E—
constant.character.escape#ECE47E—
string.regexp#ECE47E—
constant.other.symbol#ECE47E—