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#ECE9E1
  • activityBar.border#00000015
  • activityBar.foreground#9AA2A6
  • activityBar.inactiveForeground#2E3A4060
  • activityBarBadge.background#9AA2A6
  • activityBarBadge.foreground#ECE9E1
  • button.background#9AA2A6
  • button.foreground#ECE9E1
  • button.hoverBackground#9AA2A6dd
  • editor.background#ECE9E1
  • editor.foreground#2E3A40
  • editor.inactiveSelectionBackground#ECE9E12580
  • editor.lineHighlightBackground#D7D9D350
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECE9E125
  • editorCursor.foreground#9AA2A6
  • editorGroupHeader.tabsBackground#D7D9D3aa
  • editorLineNumber.activeForeground#9AA2A6
  • editorLineNumber.foreground#ECE9E180
  • focusBorder#9AA2A6
  • foreground#2E3A40
  • input.background#D7D9D3
  • input.border#00000015
  • input.foreground#2E3A40
  • input.placeholderForeground#2E3A4060
  • list.activeSelectionBackground#9AA2A630
  • list.activeSelectionForeground#2E3A40
  • list.highlightForeground#9AA2A6
  • list.hoverBackground#D7D9D340
  • list.hoverForeground#2E3A40
  • list.inactiveSelectionBackground#9AA2A615
  • list.inactiveSelectionForeground#2E3A40
  • selection.background#ECE9E125
  • sideBar.background#D7D9D3
  • sideBar.border#00000015
  • sideBar.foreground#2E3A40
  • sideBarSectionHeader.background#D7D9D380
  • sideBarSectionHeader.foreground#2E3A40
  • sideBarTitle.foreground#9AA2A6
  • statusBar.background#ECE9E1
  • statusBar.border#00000015
  • statusBar.foreground#2E3A40
  • statusBar.noFolderBackground#ECE9E1
  • tab.activeBackground#ECE9E1
  • tab.activeBorderTop#9AA2A6
  • tab.activeForeground#2E3A40
  • tab.border#00000015
  • tab.inactiveBackground#ECE9E160
  • tab.inactiveForeground#2E3A4080
  • terminal.ansiBlack#2E3A40
  • terminal.ansiBlue#ECE9E1
  • terminal.ansiCyan#69D1CF
  • terminal.ansiGreen#9AA2A6
  • terminal.ansiMagenta#2CA7A0
  • terminal.ansiRed#2CA7A0
  • terminal.ansiWhite#2E3A40
  • terminal.ansiYellow#69D1CF
  • terminal.background#ECE9E1
  • terminal.foreground#2E3A40
  • titleBar.activeBackground#ECE9E1
  • titleBar.activeForeground#2E3A40
  • titleBar.border#00000015
  • titleBar.inactiveBackground#ECE9E1
  • titleBar.inactiveForeground#2E3A4060
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#ECE9E1italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECE9E1bold
storage.type, storage.modifier#ECE9E1italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#9AA2A6
string, punctuation.definition.string, string.template, meta.template.expression#69D1CF
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#2CA7A0
variable, variable.other.readwrite, variable.other.object#2E3A40
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2E3A40
variable.parameter, meta.parameter#2E3A40dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2E3A4080
keyword.operator#2E3A40
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#69D1CFbold
entity.other.inherited-class#9AA2A6
entity.name.tag, punctuation.definition.tag#ECE9E1
entity.other.attribute-name#9AA2A6
meta.diff, meta.diff.header#ECE9E1
markup.deleted#2CA7A0
markup.inserted#9AA2A6
markup.changed#69D1CF
markup.heading, markup.heading.setext, punctuation.definition.heading#9AA2A6bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#69D1CF
string.other.link.title, string.other.link.description#9AA2A6
markup.underline.link#ECE9E1underline
punctuation.definition.list#ECE9E1
markup.quote, punctuation.definition.quote#ECE9E1italic