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#212526
  • activityBar.border#ffffff15
  • activityBar.foreground#67BCE9
  • activityBar.inactiveForeground#f6f4ee60
  • activityBarBadge.background#67BCE9
  • activityBarBadge.foreground#212526
  • button.background#67BCE9
  • button.foreground#212526
  • button.hoverBackground#67BCE9dd
  • editor.background#212526
  • editor.foreground#f6f4ee
  • editor.inactiveSelectionBackground#ECEC793580
  • editor.lineHighlightBackground#0E101040
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECEC7935
  • editorCursor.foreground#67BCE9
  • editorGroupHeader.tabsBackground#212526dd
  • editorLineNumber.activeForeground#67BCE9
  • editorLineNumber.foreground#d9d9d380
  • focusBorder#67BCE9
  • foreground#f6f4ee
  • input.background#0E1010
  • input.border#ffffff15
  • input.foreground#f6f4ee
  • input.placeholderForeground#f6f4ee60
  • list.activeSelectionBackground#67BCE930
  • list.activeSelectionForeground#f6f4ee
  • list.highlightForeground#67BCE9
  • list.hoverBackground#0E101040
  • list.hoverForeground#f6f4ee
  • list.inactiveSelectionBackground#67BCE915
  • list.inactiveSelectionForeground#f6f4ee
  • selection.background#ECEC7935
  • sideBar.background#0E1010
  • sideBar.border#ffffff15
  • sideBar.foreground#f6f4ee
  • sideBarSectionHeader.background#21252680
  • sideBarSectionHeader.foreground#f6f4ee
  • sideBarTitle.foreground#67BCE9
  • statusBar.background#212526
  • statusBar.border#ffffff15
  • statusBar.foreground#f6f4ee
  • statusBar.noFolderBackground#212526
  • tab.activeBackground#212526
  • tab.activeBorderTop#67BCE9
  • tab.activeForeground#f6f4ee
  • tab.border#ffffff15
  • tab.inactiveBackground#0E101060
  • tab.inactiveForeground#f6f4ee80
  • terminal.ansiBlack#212526
  • terminal.ansiBlue#ECEC79
  • terminal.ansiCyan#E78155
  • terminal.ansiGreen#67BCE9
  • terminal.ansiMagenta#B6F183
  • terminal.ansiRed#B6F183
  • terminal.ansiWhite#f6f4ee
  • terminal.ansiYellow#E78155
  • terminal.background#212526
  • terminal.foreground#f6f4ee
  • titleBar.activeBackground#212526
  • titleBar.activeForeground#f6f4ee
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#212526
  • titleBar.inactiveForeground#f6f4ee60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d9d9d3italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECEC79bold
storage.type, storage.modifier#ECEC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#67BCE9
string, punctuation.definition.string, string.template, meta.template.expression#E78155
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#B6F183
variable, variable.other.readwrite, variable.other.object#f6f4ee
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f6f4ee
variable.parameter, meta.parameter#f6f4eedditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f6f4ee80
keyword.operator#f6f4ee
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E78155bold
entity.other.inherited-class#67BCE9
entity.name.tag, punctuation.definition.tag#ECEC79
entity.other.attribute-name#67BCE9
meta.diff, meta.diff.header#d9d9d3
markup.deleted#B6F183
markup.inserted#67BCE9
markup.changed#E78155
markup.heading, markup.heading.setext, punctuation.definition.heading#67BCE9bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E78155
string.other.link.title, string.other.link.description#67BCE9
markup.underline.link#d9d9d3underline
punctuation.definition.list#ECEC79
markup.quote, punctuation.definition.quote#d9d9d3italic