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#3A332E
  • activityBar.foreground#D5CEC3
  • editor.background#2A2826
  • editor.foreground#E8E4D9
  • editor.lineHighlightBackground#3A3426
  • editor.selectionBackground#584822
  • editorError.foreground#CF4B32
  • errorForeground#CF4B32
  • sideBar.background#242220
  • sideBar.foreground#D5CEC3
  • statusBar.background#4A5A5A
  • statusBar.foreground#E8E4D9
  • titleBar.activeBackground#8B2A1C
  • titleBar.activeForeground#E8E4D9

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#748B8B
string, string.quoted#D68B4B
keyword, storage.type, storage.modifier#4A7DAC
variable, variable.other#E8E4D9
entity.name.function, meta.function-call#66B3B3
entity.name.type, entity.name.class#4CAF8F
entity.name.tag, punctuation.definition.tag#5C7CA3
entity.other.attribute-name#E67E54
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#66B3B3
support.type.property-name.css#4CAF8F
support.constant.property-value.css#E67E54