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#3E323B
  • activityBar.border#ffffff15
  • activityBar.foreground#E9678C
  • activityBar.inactiveForeground#f0e6e260
  • activityBarBadge.background#E9678C
  • activityBarBadge.foreground#3E323B
  • button.background#E9678C
  • button.foreground#3E323B
  • button.hoverBackground#E9678Cdd
  • editor.background#3E323B
  • editor.foreground#f0e6e2
  • editor.inactiveSelectionBackground#EC79883580
  • editor.lineHighlightBackground#140E1B40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#EC798835
  • editorCursor.foreground#E9678C
  • editorGroupHeader.tabsBackground#3E323Bdd
  • editorLineNumber.activeForeground#E9678C
  • editorLineNumber.foreground#9e8b9180
  • focusBorder#E9678C
  • foreground#f0e6e2
  • input.background#140E1B
  • input.border#ffffff15
  • input.foreground#f0e6e2
  • input.placeholderForeground#f0e6e260
  • list.activeSelectionBackground#E9678C30
  • list.activeSelectionForeground#f0e6e2
  • list.highlightForeground#E9678C
  • list.hoverBackground#140E1B40
  • list.hoverForeground#f0e6e2
  • list.inactiveSelectionBackground#E9678C15
  • list.inactiveSelectionForeground#f0e6e2
  • selection.background#EC798835
  • sideBar.background#140E1B
  • sideBar.border#ffffff15
  • sideBar.foreground#f0e6e2
  • sideBarSectionHeader.background#3E323B80
  • sideBarSectionHeader.foreground#f0e6e2
  • sideBarTitle.foreground#E9678C
  • statusBar.background#3E323B
  • statusBar.border#ffffff15
  • statusBar.foreground#f0e6e2
  • statusBar.noFolderBackground#3E323B
  • tab.activeBackground#3E323B
  • tab.activeBorderTop#E9678C
  • tab.activeForeground#f0e6e2
  • tab.border#ffffff15
  • tab.inactiveBackground#140E1B60
  • tab.inactiveForeground#f0e6e280
  • terminal.ansiBlack#3E323B
  • terminal.ansiBlue#EC7988
  • terminal.ansiCyan#BE55E7
  • terminal.ansiGreen#E9678C
  • terminal.ansiMagenta#F19D83
  • terminal.ansiRed#F19D83
  • terminal.ansiWhite#f0e6e2
  • terminal.ansiYellow#BE55E7
  • terminal.background#3E323B
  • terminal.foreground#f0e6e2
  • titleBar.activeBackground#3E323B
  • titleBar.activeForeground#f0e6e2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#3E323B
  • titleBar.inactiveForeground#f0e6e260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9e8b91italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#EC7988bold
storage.type, storage.modifier#EC7988italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9678C
string, punctuation.definition.string, string.template, meta.template.expression#BE55E7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F19D83
variable, variable.other.readwrite, variable.other.object#f0e6e2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f0e6e2
variable.parameter, meta.parameter#f0e6e2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f0e6e280
keyword.operator#f0e6e2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#BE55E7bold
entity.other.inherited-class#E9678C
entity.name.tag, punctuation.definition.tag#EC7988
entity.other.attribute-name#E9678C
meta.diff, meta.diff.header#9e8b91
markup.deleted#F19D83
markup.inserted#E9678C
markup.changed#BE55E7
markup.heading, markup.heading.setext, punctuation.definition.heading#E9678Cbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#BE55E7
string.other.link.title, string.other.link.description#E9678C
markup.underline.link#9e8b91underline
punctuation.definition.list#EC7988
markup.quote, punctuation.definition.quote#9e8b91italic