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#42484A
  • activityBar.foreground#D8D8D8
  • editor.background#2E3436
  • editor.foreground#D8D8D8
  • sideBar.background#1A2022
  • statusBar.background#42484A
  • tab.activeBackground#1A2022
  • tab.activeForeground#ECECEC
  • tab.inactiveBackground#42484A
  • tab.inactiveForeground#C4C4C4
  • titleBar.activeBackground#2E3436
  • titleBar.activeForeground#C4C4C4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#888A85
comment.block.preprocessor#2E3436
comment.documentation, comment.block.documentation#2E3436
invalid.deprecated#FF8C00
invalid.illegal#FF8C00
keyword.other, keyword.control, punctuation.section.group, punctuation.section.braces#FFFFFF
storage.type#FFFFFF
constant.language, support.constant, variable.language#729FCF
variable, support.variable, punctuation.definition.variable#729FCF
entity.other.attribute-name, variable.parameter, keyword.operator, meta#D8D8D8
entity.name.function#CE5C00
support.function#FFFFFF
entity.name.tag, entity.name.type, entity.other.inherited-class, support.class#FFFFFF
entity.name.exception#FF0000
entity.name.section
constant.numeric, constant#CE5C00
constant.character, constant.other#FFFFFF
string#EDD400
constant.character.escape#EDD400
string.regexp#EDD400
constant.other.symbol#EDD400