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#3F3127
  • activityBar.border#ffffff15
  • activityBar.foreground#E99B67
  • activityBar.inactiveForeground#FFF4E660
  • activityBarBadge.background#E99B67
  • activityBarBadge.foreground#3F3127
  • button.background#E99B67
  • button.foreground#3F3127
  • button.hoverBackground#E99B67dd
  • editor.background#3F3127
  • editor.foreground#FFF4E6
  • editor.inactiveSelectionBackground#ECB4793580
  • editor.lineHighlightBackground#080C0B40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECB47935
  • editorCursor.foreground#E99B67
  • editorGroupHeader.tabsBackground#3F3127dd
  • editorLineNumber.activeForeground#E99B67
  • editorLineNumber.foreground#B7A99680
  • focusBorder#E99B67
  • foreground#FFF4E6
  • input.background#080C0B
  • input.border#ffffff15
  • input.foreground#FFF4E6
  • input.placeholderForeground#FFF4E660
  • list.activeSelectionBackground#E99B6730
  • list.activeSelectionForeground#FFF4E6
  • list.highlightForeground#E99B67
  • list.hoverBackground#080C0B40
  • list.hoverForeground#FFF4E6
  • list.inactiveSelectionBackground#E99B6715
  • list.inactiveSelectionForeground#FFF4E6
  • selection.background#ECB47935
  • sideBar.background#080C0B
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF4E6
  • sideBarSectionHeader.background#3F312780
  • sideBarSectionHeader.foreground#FFF4E6
  • sideBarTitle.foreground#E99B67
  • statusBar.background#3F3127
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF4E6
  • statusBar.noFolderBackground#3F3127
  • tab.activeBackground#3F3127
  • tab.activeBorderTop#E99B67
  • tab.activeForeground#FFF4E6
  • tab.border#ffffff15
  • tab.inactiveBackground#080C0B60
  • tab.inactiveForeground#FFF4E680
  • terminal.ansiBlack#3F3127
  • terminal.ansiBlue#ECB479
  • terminal.ansiCyan#55E7E4
  • terminal.ansiGreen#E99B67
  • terminal.ansiMagenta#B683F1
  • terminal.ansiRed#B683F1
  • terminal.ansiWhite#FFF4E6
  • terminal.ansiYellow#55E7E4
  • terminal.background#3F3127
  • terminal.foreground#FFF4E6
  • titleBar.activeBackground#3F3127
  • titleBar.activeForeground#FFF4E6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#3F3127
  • titleBar.inactiveForeground#FFF4E660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B7A996italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECB479bold
storage.type, storage.modifier#ECB479italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E99B67
string, punctuation.definition.string, string.template, meta.template.expression#55E7E4
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#B683F1
variable, variable.other.readwrite, variable.other.object#FFF4E6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF4E6
variable.parameter, meta.parameter#FFF4E6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF4E680
keyword.operator#FFF4E6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55E7E4bold
entity.other.inherited-class#E99B67
entity.name.tag, punctuation.definition.tag#ECB479
entity.other.attribute-name#E99B67
meta.diff, meta.diff.header#B7A996
markup.deleted#B683F1
markup.inserted#E99B67
markup.changed#55E7E4
markup.heading, markup.heading.setext, punctuation.definition.heading#E99B67bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55E7E4
string.other.link.title, string.other.link.description#E99B67
markup.underline.link#B7A996underline
punctuation.definition.list#ECB479
markup.quote, punctuation.definition.quote#B7A996italic