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#684E3D
  • activityBar.border#ffffff15
  • activityBar.foreground#E53935
  • activityBar.inactiveForeground#FFF6EA60
  • activityBarBadge.background#E53935
  • activityBarBadge.foreground#684E3D
  • button.background#E53935
  • button.foreground#684E3D
  • button.hoverBackground#E53935dd
  • editor.background#684E3D
  • editor.foreground#FFF6EA
  • editor.inactiveSelectionBackground#FF7A003580
  • editor.lineHighlightBackground#2A1D1840
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#FF7A0035
  • editorCursor.foreground#E53935
  • editorGroupHeader.tabsBackground#684E3Ddd
  • editorLineNumber.activeForeground#E53935
  • editorLineNumber.foreground#CBAE9280
  • focusBorder#E53935
  • foreground#FFF6EA
  • input.background#2A1D18
  • input.border#ffffff15
  • input.foreground#FFF6EA
  • input.placeholderForeground#FFF6EA60
  • list.activeSelectionBackground#E5393530
  • list.activeSelectionForeground#FFF6EA
  • list.highlightForeground#E53935
  • list.hoverBackground#2A1D1840
  • list.hoverForeground#FFF6EA
  • list.inactiveSelectionBackground#E5393515
  • list.inactiveSelectionForeground#FFF6EA
  • selection.background#FF7A0035
  • sideBar.background#2A1D18
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF6EA
  • sideBarSectionHeader.background#684E3D80
  • sideBarSectionHeader.foreground#FFF6EA
  • sideBarTitle.foreground#E53935
  • statusBar.background#684E3D
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF6EA
  • statusBar.noFolderBackground#684E3D
  • tab.activeBackground#684E3D
  • tab.activeBorderTop#E53935
  • tab.activeForeground#FFF6EA
  • tab.border#ffffff15
  • tab.inactiveBackground#2A1D1860
  • tab.inactiveForeground#FFF6EA80
  • terminal.ansiBlack#684E3D
  • terminal.ansiBlue#FF7A00
  • terminal.ansiCyan#6F8A3C
  • terminal.ansiGreen#E53935
  • terminal.ansiMagenta#F2706A
  • terminal.ansiRed#F2706A
  • terminal.ansiWhite#FFF6EA
  • terminal.ansiYellow#6F8A3C
  • terminal.background#684E3D
  • terminal.foreground#FFF6EA
  • titleBar.activeBackground#684E3D
  • titleBar.activeForeground#FFF6EA
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#684E3D
  • titleBar.inactiveForeground#FFF6EA60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#CBAE92italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#FF7A00bold
storage.type, storage.modifier#FF7A00italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E53935
string, punctuation.definition.string, string.template, meta.template.expression#6F8A3C
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F2706A
variable, variable.other.readwrite, variable.other.object#FFF6EA
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF6EA
variable.parameter, meta.parameter#FFF6EAdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF6EA80
keyword.operator#FFF6EA
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#6F8A3Cbold
entity.other.inherited-class#E53935
entity.name.tag, punctuation.definition.tag#FF7A00
entity.other.attribute-name#E53935
meta.diff, meta.diff.header#CBAE92
markup.deleted#F2706A
markup.inserted#E53935
markup.changed#6F8A3C
markup.heading, markup.heading.setext, punctuation.definition.heading#E53935bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#6F8A3C
string.other.link.title, string.other.link.description#E53935
markup.underline.link#CBAE92underline
punctuation.definition.list#FF7A00
markup.quote, punctuation.definition.quote#CBAE92italic