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#2B2B2F
  • activityBar.border#ffffff15
  • activityBar.foreground#C8102E
  • activityBar.inactiveForeground#FFFFFF60
  • activityBarBadge.background#C8102E
  • activityBarBadge.foreground#2B2B2F
  • button.background#C8102E
  • button.foreground#2B2B2F
  • button.hoverBackground#C8102Edd
  • editor.background#2B2B2F
  • editor.foreground#FFFFFF
  • editor.inactiveSelectionBackground#D7D3CC3580
  • editor.lineHighlightBackground#080B0D40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#D7D3CC35
  • editorCursor.foreground#C8102E
  • editorGroupHeader.tabsBackground#2B2B2Fdd
  • editorLineNumber.activeForeground#C8102E
  • editorLineNumber.foreground#9b9b9580
  • focusBorder#C8102E
  • foreground#FFFFFF
  • input.background#080B0D
  • input.border#ffffff15
  • input.foreground#FFFFFF
  • input.placeholderForeground#FFFFFF60
  • list.activeSelectionBackground#C8102E30
  • list.activeSelectionForeground#FFFFFF
  • list.highlightForeground#C8102E
  • list.hoverBackground#080B0D40
  • list.hoverForeground#FFFFFF
  • list.inactiveSelectionBackground#C8102E15
  • list.inactiveSelectionForeground#FFFFFF
  • selection.background#D7D3CC35
  • sideBar.background#080B0D
  • sideBar.border#ffffff15
  • sideBar.foreground#FFFFFF
  • sideBarSectionHeader.background#2B2B2F80
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#C8102E
  • statusBar.background#2B2B2F
  • statusBar.border#ffffff15
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#2B2B2F
  • tab.activeBackground#2B2B2F
  • tab.activeBorderTop#C8102E
  • tab.activeForeground#FFFFFF
  • tab.border#ffffff15
  • tab.inactiveBackground#080B0D60
  • tab.inactiveForeground#FFFFFF80
  • terminal.ansiBlack#2B2B2F
  • terminal.ansiBlue#D7D3CC
  • terminal.ansiCyan#E9E7E3
  • terminal.ansiGreen#C8102E
  • terminal.ansiMagenta#B8B2A6
  • terminal.ansiRed#B8B2A6
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#E9E7E3
  • terminal.background#2B2B2F
  • terminal.foreground#FFFFFF
  • titleBar.activeBackground#2B2B2F
  • titleBar.activeForeground#FFFFFF
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#2B2B2F
  • titleBar.inactiveForeground#FFFFFF60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9b9b95italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#D7D3CCbold
storage.type, storage.modifier#D7D3CCitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#C8102E
string, punctuation.definition.string, string.template, meta.template.expression#E9E7E3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#B8B2A6
variable, variable.other.readwrite, variable.other.object#FFFFFF
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFFFFF
variable.parameter, meta.parameter#FFFFFFdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFFFFF80
keyword.operator#FFFFFF
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E9E7E3bold
entity.other.inherited-class#C8102E
entity.name.tag, punctuation.definition.tag#D7D3CC
entity.other.attribute-name#C8102E
meta.diff, meta.diff.header#9b9b95
markup.deleted#B8B2A6
markup.inserted#C8102E
markup.changed#E9E7E3
markup.heading, markup.heading.setext, punctuation.definition.heading#C8102Ebold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E9E7E3
string.other.link.title, string.other.link.description#C8102E
markup.underline.link#9b9b95underline
punctuation.definition.list#D7D3CC
markup.quote, punctuation.definition.quote#9b9b95italic