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#3a302c
  • activityBar.border#ffffff15
  • activityBar.foreground#f06423
  • activityBar.inactiveForeground#eee9e260
  • activityBarBadge.background#f06423
  • activityBarBadge.foreground#3a302c
  • button.background#f06423
  • button.foreground#3a302c
  • button.hoverBackground#f06423dd
  • editor.background#3a302c
  • editor.foreground#eee9e2
  • editor.inactiveSelectionBackground#bf2f243580
  • editor.lineHighlightBackground#16141240
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#bf2f2435
  • editorCursor.foreground#f06423
  • editorGroupHeader.tabsBackground#3a302cdd
  • editorLineNumber.activeForeground#f06423
  • editorLineNumber.foreground#8d858080
  • focusBorder#f06423
  • foreground#eee9e2
  • input.background#161412
  • input.border#ffffff15
  • input.foreground#eee9e2
  • input.placeholderForeground#eee9e260
  • list.activeSelectionBackground#f0642330
  • list.activeSelectionForeground#eee9e2
  • list.highlightForeground#f06423
  • list.hoverBackground#16141240
  • list.hoverForeground#eee9e2
  • list.inactiveSelectionBackground#f0642315
  • list.inactiveSelectionForeground#eee9e2
  • selection.background#bf2f2435
  • sideBar.background#161412
  • sideBar.border#ffffff15
  • sideBar.foreground#eee9e2
  • sideBarSectionHeader.background#3a302c80
  • sideBarSectionHeader.foreground#eee9e2
  • sideBarTitle.foreground#f06423
  • statusBar.background#3a302c
  • statusBar.border#ffffff15
  • statusBar.foreground#eee9e2
  • statusBar.noFolderBackground#3a302c
  • tab.activeBackground#3a302c
  • tab.activeBorderTop#f06423
  • tab.activeForeground#eee9e2
  • tab.border#ffffff15
  • tab.inactiveBackground#16141260
  • tab.inactiveForeground#eee9e280
  • terminal.ansiBlack#3a302c
  • terminal.ansiBlue#bf2f24
  • terminal.ansiCyan#e7b83e
  • terminal.ansiGreen#f06423
  • terminal.ansiMagenta#ff8a2b
  • terminal.ansiRed#ff8a2b
  • terminal.ansiWhite#eee9e2
  • terminal.ansiYellow#e7b83e
  • terminal.background#3a302c
  • terminal.foreground#eee9e2
  • titleBar.activeBackground#3a302c
  • titleBar.activeForeground#eee9e2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#3a302c
  • titleBar.inactiveForeground#eee9e260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8d8580italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#bf2f24bold
storage.type, storage.modifier#bf2f24italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#f06423
string, punctuation.definition.string, string.template, meta.template.expression#e7b83e
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#ff8a2b
variable, variable.other.readwrite, variable.other.object#eee9e2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#eee9e2
variable.parameter, meta.parameter#eee9e2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#eee9e280
keyword.operator#eee9e2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#e7b83ebold
entity.other.inherited-class#f06423
entity.name.tag, punctuation.definition.tag#bf2f24
entity.other.attribute-name#f06423
meta.diff, meta.diff.header#8d8580
markup.deleted#ff8a2b
markup.inserted#f06423
markup.changed#e7b83e
markup.heading, markup.heading.setext, punctuation.definition.heading#f06423bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#e7b83e
string.other.link.title, string.other.link.description#f06423
markup.underline.link#8d8580underline
punctuation.definition.list#bf2f24
markup.quote, punctuation.definition.quote#8d8580italic