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#3D2A1F
  • activityBar.border#ffffff15
  • activityBar.foreground#E96967
  • activityBar.inactiveForeground#fff8eb60
  • activityBarBadge.background#E96967
  • activityBarBadge.foreground#3D2A1F
  • button.background#E96967
  • button.foreground#3D2A1F
  • button.hoverBackground#E96967dd
  • editor.background#3D2A1F
  • editor.foreground#fff8eb
  • editor.inactiveSelectionBackground#ADEC793580
  • editor.lineHighlightBackground#0B0A0940
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ADEC7935
  • editorCursor.foreground#E96967
  • editorGroupHeader.tabsBackground#3D2A1Fdd
  • editorLineNumber.activeForeground#E96967
  • editorLineNumber.foreground#cdb78980
  • focusBorder#E96967
  • foreground#fff8eb
  • input.background#0B0A09
  • input.border#ffffff15
  • input.foreground#fff8eb
  • input.placeholderForeground#fff8eb60
  • list.activeSelectionBackground#E9696730
  • list.activeSelectionForeground#fff8eb
  • list.highlightForeground#E96967
  • list.hoverBackground#0B0A0940
  • list.hoverForeground#fff8eb
  • list.inactiveSelectionBackground#E9696715
  • list.inactiveSelectionForeground#fff8eb
  • selection.background#ADEC7935
  • sideBar.background#0B0A09
  • sideBar.border#ffffff15
  • sideBar.foreground#fff8eb
  • sideBarSectionHeader.background#3D2A1F80
  • sideBarSectionHeader.foreground#fff8eb
  • sideBarTitle.foreground#E96967
  • statusBar.background#3D2A1F
  • statusBar.border#ffffff15
  • statusBar.foreground#fff8eb
  • statusBar.noFolderBackground#3D2A1F
  • tab.activeBackground#3D2A1F
  • tab.activeBorderTop#E96967
  • tab.activeForeground#fff8eb
  • tab.border#ffffff15
  • tab.inactiveBackground#0B0A0960
  • tab.inactiveForeground#fff8eb80
  • terminal.ansiBlack#3D2A1F
  • terminal.ansiBlue#ADEC79
  • terminal.ansiCyan#E7CA55
  • terminal.ansiGreen#E96967
  • terminal.ansiMagenta#F1CB83
  • terminal.ansiRed#F1CB83
  • terminal.ansiWhite#fff8eb
  • terminal.ansiYellow#E7CA55
  • terminal.background#3D2A1F
  • terminal.foreground#fff8eb
  • titleBar.activeBackground#3D2A1F
  • titleBar.activeForeground#fff8eb
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#3D2A1F
  • titleBar.inactiveForeground#fff8eb60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#cdb789italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ADEC79bold
storage.type, storage.modifier#ADEC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E96967
string, punctuation.definition.string, string.template, meta.template.expression#E7CA55
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1CB83
variable, variable.other.readwrite, variable.other.object#fff8eb
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fff8eb
variable.parameter, meta.parameter#fff8ebdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fff8eb80
keyword.operator#fff8eb
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7CA55bold
entity.other.inherited-class#E96967
entity.name.tag, punctuation.definition.tag#ADEC79
entity.other.attribute-name#E96967
meta.diff, meta.diff.header#cdb789
markup.deleted#F1CB83
markup.inserted#E96967
markup.changed#E7CA55
markup.heading, markup.heading.setext, punctuation.definition.heading#E96967bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7CA55
string.other.link.title, string.other.link.description#E96967
markup.underline.link#cdb789underline
punctuation.definition.list#ADEC79
markup.quote, punctuation.definition.quote#cdb789italic