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#12100D
  • activityBar.border#ffffff15
  • activityBar.foreground#E99567
  • activityBar.inactiveForeground#FAF8F260
  • activityBarBadge.background#E99567
  • activityBarBadge.foreground#12100D
  • button.background#E99567
  • button.foreground#12100D
  • button.hoverBackground#E99567dd
  • editor.background#12100D
  • editor.foreground#FAF8F2
  • editor.inactiveSelectionBackground#8AEC793580
  • editor.lineHighlightBackground#1F201D40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#8AEC7935
  • editorCursor.foreground#E99567
  • editorGroupHeader.tabsBackground#12100Ddd
  • editorLineNumber.activeForeground#E99567
  • editorLineNumber.foreground#D9D2C280
  • focusBorder#E99567
  • foreground#FAF8F2
  • input.background#1F201D
  • input.border#ffffff15
  • input.foreground#FAF8F2
  • input.placeholderForeground#FAF8F260
  • list.activeSelectionBackground#E9956730
  • list.activeSelectionForeground#FAF8F2
  • list.highlightForeground#E99567
  • list.hoverBackground#1F201D40
  • list.hoverForeground#FAF8F2
  • list.inactiveSelectionBackground#E9956715
  • list.inactiveSelectionForeground#FAF8F2
  • selection.background#8AEC7935
  • sideBar.background#1F201D
  • sideBar.border#ffffff15
  • sideBar.foreground#FAF8F2
  • sideBarSectionHeader.background#12100D80
  • sideBarSectionHeader.foreground#FAF8F2
  • sideBarTitle.foreground#E99567
  • statusBar.background#12100D
  • statusBar.border#ffffff15
  • statusBar.foreground#FAF8F2
  • statusBar.noFolderBackground#12100D
  • tab.activeBackground#12100D
  • tab.activeBorderTop#E99567
  • tab.activeForeground#FAF8F2
  • tab.border#ffffff15
  • tab.inactiveBackground#1F201D60
  • tab.inactiveForeground#FAF8F280
  • terminal.ansiBlack#12100D
  • terminal.ansiBlue#8AEC79
  • terminal.ansiCyan#E7AD55
  • terminal.ansiGreen#E99567
  • terminal.ansiMagenta#AFF183
  • terminal.ansiRed#AFF183
  • terminal.ansiWhite#FAF8F2
  • terminal.ansiYellow#E7AD55
  • terminal.background#12100D
  • terminal.foreground#FAF8F2
  • titleBar.activeBackground#12100D
  • titleBar.activeForeground#FAF8F2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#12100D
  • titleBar.inactiveForeground#FAF8F260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D9D2C2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#8AEC79bold
storage.type, storage.modifier#8AEC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E99567
string, punctuation.definition.string, string.template, meta.template.expression#E7AD55
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#AFF183
variable, variable.other.readwrite, variable.other.object#FAF8F2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAF8F2
variable.parameter, meta.parameter#FAF8F2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAF8F280
keyword.operator#FAF8F2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7AD55bold
entity.other.inherited-class#E99567
entity.name.tag, punctuation.definition.tag#8AEC79
entity.other.attribute-name#E99567
meta.diff, meta.diff.header#D9D2C2
markup.deleted#AFF183
markup.inserted#E99567
markup.changed#E7AD55
markup.heading, markup.heading.setext, punctuation.definition.heading#E99567bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7AD55
string.other.link.title, string.other.link.description#E99567
markup.underline.link#D9D2C2underline
punctuation.definition.list#8AEC79
markup.quote, punctuation.definition.quote#D9D2C2italic