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#d3a4f6
  • activityBar.foreground#333333
  • button.background#9b51e0
  • button.foreground#ffffff
  • dropdown.background#f0f0f0
  • editor.background#f5f5f5
  • editor.foreground#333333
  • editor.lineHighlightBackground#e0e0e0
  • editor.selectionBackground#d0ebff
  • editorError.foreground#cb3837
  • editorInfo.foreground#48a9f9
  • editorLineNumber.activeForeground#b979f5
  • editorWarning.foreground#e66000
  • gitDecoration.addedResourceForeground#1e8449
  • gitDecoration.deletedResourceForeground#cb3837
  • gitDecoration.ignoredResourceForeground#888888
  • gitDecoration.modifiedResourceForeground#0056b3
  • gitDecoration.untrackedResourceForeground#afa74e
  • input.background#f0f0f0
  • list.activeSelectionBackground#d0ebff
  • list.activeSelectionForeground#333333
  • list.hoverBackground#e0e0e0
  • sideBar.background#f0f0f0
  • sideBar.foreground#555555
  • statusBar.background#d3a4f6
  • statusBar.foreground#ffffff
  • tab.activeBackground#b979f5
  • tab.activeForeground#222230
  • tab.inactiveBackground#d3a4f6
  • tab.inactiveForeground#333333
  • terminal.background#f5f5f5
  • terminal.foreground#333333
  • textLink.foreground#0056b3

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#127a3aitalic
string, string.quoted#127a3a
constant.numeric, constant.language, constant.character.escape#48a9f9
keyword, storage.type, storage.modifier#7a3cb2
entity.name.function, support.function#0056b3
variable, variable.parameter#333333
variable.language.this#7a3cb2
entity.name.tag, punctuation.definition.tag#0056b3
entity.other.attribute-name#1a71b8
entity.name.type, entity.other.inherited-class, support.class#cb3837
entity.name.selector, entity.other.pseudo-class#e66000bold
support.type.property-name#0056b3
markup.boldbold
markup.italicitalic