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#141414
  • activityBar.foreground#D6C248
  • editor.background#000000
  • editor.foreground#D6C248
  • sideBar.background#000000
  • statusBar.background#141414
  • tab.activeBackground#000000
  • tab.activeForeground#EAD65C
  • tab.inactiveBackground#141414
  • tab.inactiveForeground#C2AE34
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#C2AE34

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#83786E
comment.block.preprocessor#000000
comment.documentation, comment.block.documentation#000000
invalid.deprecated#FF8C00
invalid.illegal#FF8C00
keyword.other, keyword.control, punctuation.section.group, punctuation.section.braces#E79E3C
storage.type#E79E3C
constant.language, support.constant, variable.language#F8E1AA
variable, support.variable, punctuation.definition.variable#F8E1AA
entity.other.attribute-name, variable.parameter, keyword.operator, meta#D6C248
entity.name.function#D6C248
support.function#A4B0C0
entity.name.tag, entity.name.type, entity.other.inherited-class, support.class#E79E3C
entity.name.exception#FF0000
entity.name.section
constant.numeric, constant#D6C248
constant.character, constant.other#E79E3C
string#D6C248
constant.character.escape#D6C248
string.regexp#D6C248
constant.other.symbol#D6C248