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#323232
  • activityBar.foreground#D8D8D8
  • editor.background#1E1E1E
  • editor.foreground#D8D8D8
  • sideBar.background#0A0A0A
  • statusBar.background#323232
  • tab.activeBackground#0A0A0A
  • tab.activeForeground#ECECEC
  • tab.inactiveBackground#323232
  • tab.inactiveForeground#C4C4C4
  • titleBar.activeBackground#1E1E1E
  • titleBar.activeForeground#C4C4C4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#82CEAE
comment.block.preprocessor#1E1E1E
comment.documentation, comment.block.documentation#1E1E1E
invalid.deprecated#FF8C00
invalid.illegal#FF8C00
keyword.other, keyword.control, punctuation.section.group, punctuation.section.braces#42B7C9
storage.type#42B7C9
constant.language, support.constant, variable.language#79ABFF
variable, support.variable, punctuation.definition.variable#79ABFF
entity.other.attribute-name, variable.parameter, keyword.operator, meta#D8D8D8
entity.name.function#FFFFFF
support.function#FFFFFF
entity.name.tag, entity.name.type, entity.other.inherited-class, support.class#42B7C9
entity.name.exception#FF0000
entity.name.section
constant.numeric, constant#FFFFFF
constant.character, constant.other#42B7C9
string#EFC090
constant.character.escape#EFC090
string.regexp#EFC090
constant.other.symbol#EFC090