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#0A1510
  • activityBar.border#ffffff15
  • activityBar.foreground#E97F67
  • activityBar.inactiveForeground#eee8dc60
  • activityBarBadge.background#E97F67
  • activityBarBadge.foreground#0A1510
  • button.background#E97F67
  • button.foreground#0A1510
  • button.hoverBackground#E97F67dd
  • editor.background#0A1510
  • editor.foreground#eee8dc
  • editor.inactiveSelectionBackground#ECC4793580
  • editor.lineHighlightBackground#16110E40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECC47935
  • editorCursor.foreground#E97F67
  • editorGroupHeader.tabsBackground#0A1510dd
  • editorLineNumber.activeForeground#E97F67
  • editorLineNumber.foreground#f7f1e680
  • focusBorder#E97F67
  • foreground#eee8dc
  • input.background#16110E
  • input.border#ffffff15
  • input.foreground#eee8dc
  • input.placeholderForeground#eee8dc60
  • list.activeSelectionBackground#E97F6730
  • list.activeSelectionForeground#eee8dc
  • list.highlightForeground#E97F67
  • list.hoverBackground#16110E40
  • list.hoverForeground#eee8dc
  • list.inactiveSelectionBackground#E97F6715
  • list.inactiveSelectionForeground#eee8dc
  • selection.background#ECC47935
  • sideBar.background#16110E
  • sideBar.border#ffffff15
  • sideBar.foreground#eee8dc
  • sideBarSectionHeader.background#0A151080
  • sideBarSectionHeader.foreground#eee8dc
  • sideBarTitle.foreground#E97F67
  • statusBar.background#0A1510
  • statusBar.border#ffffff15
  • statusBar.foreground#eee8dc
  • statusBar.noFolderBackground#0A1510
  • tab.activeBackground#0A1510
  • tab.activeBorderTop#E97F67
  • tab.activeForeground#eee8dc
  • tab.border#ffffff15
  • tab.inactiveBackground#16110E60
  • tab.inactiveForeground#eee8dc80
  • terminal.ansiBlack#0A1510
  • terminal.ansiBlue#ECC479
  • terminal.ansiCyan#55E7AD
  • terminal.ansiGreen#E97F67
  • terminal.ansiMagenta#9DF183
  • terminal.ansiRed#9DF183
  • terminal.ansiWhite#eee8dc
  • terminal.ansiYellow#55E7AD
  • terminal.background#0A1510
  • terminal.foreground#eee8dc
  • titleBar.activeBackground#0A1510
  • titleBar.activeForeground#eee8dc
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0A1510
  • titleBar.inactiveForeground#eee8dc60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#f7f1e6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECC479bold
storage.type, storage.modifier#ECC479italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E97F67
string, punctuation.definition.string, string.template, meta.template.expression#55E7AD
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#9DF183
variable, variable.other.readwrite, variable.other.object#eee8dc
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#eee8dc
variable.parameter, meta.parameter#eee8dcdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#eee8dc80
keyword.operator#eee8dc
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55E7ADbold
entity.other.inherited-class#E97F67
entity.name.tag, punctuation.definition.tag#ECC479
entity.other.attribute-name#E97F67
meta.diff, meta.diff.header#f7f1e6
markup.deleted#9DF183
markup.inserted#E97F67
markup.changed#55E7AD
markup.heading, markup.heading.setext, punctuation.definition.heading#E97F67bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55E7AD
string.other.link.title, string.other.link.description#E97F67
markup.underline.link#f7f1e6underline
punctuation.definition.list#ECC479
markup.quote, punctuation.definition.quote#f7f1e6italic