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#2E3021
  • activityBar.border#ffffff15
  • activityBar.foreground#E96774
  • activityBar.inactiveForeground#F7F3EC60
  • activityBarBadge.background#E96774
  • activityBarBadge.foreground#2E3021
  • button.background#E96774
  • button.foreground#2E3021
  • button.hoverBackground#E96774dd
  • editor.background#2E3021
  • editor.foreground#F7F3EC
  • editor.inactiveSelectionBackground#E0EC793580
  • editor.lineHighlightBackground#181A1440
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#E0EC7935
  • editorCursor.foreground#E96774
  • editorGroupHeader.tabsBackground#2E3021dd
  • editorLineNumber.activeForeground#E96774
  • editorLineNumber.foreground#A7AC9080
  • focusBorder#E96774
  • foreground#F7F3EC
  • input.background#181A14
  • input.border#ffffff15
  • input.foreground#F7F3EC
  • input.placeholderForeground#F7F3EC60
  • list.activeSelectionBackground#E9677430
  • list.activeSelectionForeground#F7F3EC
  • list.highlightForeground#E96774
  • list.hoverBackground#181A1440
  • list.hoverForeground#F7F3EC
  • list.inactiveSelectionBackground#E9677415
  • list.inactiveSelectionForeground#F7F3EC
  • selection.background#E0EC7935
  • sideBar.background#181A14
  • sideBar.border#ffffff15
  • sideBar.foreground#F7F3EC
  • sideBarSectionHeader.background#2E302180
  • sideBarSectionHeader.foreground#F7F3EC
  • sideBarTitle.foreground#E96774
  • statusBar.background#2E3021
  • statusBar.border#ffffff15
  • statusBar.foreground#F7F3EC
  • statusBar.noFolderBackground#2E3021
  • tab.activeBackground#2E3021
  • tab.activeBorderTop#E96774
  • tab.activeForeground#F7F3EC
  • tab.border#ffffff15
  • tab.inactiveBackground#181A1460
  • tab.inactiveForeground#F7F3EC80
  • terminal.ansiBlack#2E3021
  • terminal.ansiBlue#E0EC79
  • terminal.ansiCyan#8BE755
  • terminal.ansiGreen#E96774
  • terminal.ansiMagenta#F18383
  • terminal.ansiRed#F18383
  • terminal.ansiWhite#F7F3EC
  • terminal.ansiYellow#8BE755
  • terminal.background#2E3021
  • terminal.foreground#F7F3EC
  • titleBar.activeBackground#2E3021
  • titleBar.activeForeground#F7F3EC
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#2E3021
  • titleBar.inactiveForeground#F7F3EC60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A7AC90italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#E0EC79bold
storage.type, storage.modifier#E0EC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E96774
string, punctuation.definition.string, string.template, meta.template.expression#8BE755
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F18383
variable, variable.other.readwrite, variable.other.object#F7F3EC
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F7F3EC
variable.parameter, meta.parameter#F7F3ECdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F7F3EC80
keyword.operator#F7F3EC
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#8BE755bold
entity.other.inherited-class#E96774
entity.name.tag, punctuation.definition.tag#E0EC79
entity.other.attribute-name#E96774
meta.diff, meta.diff.header#A7AC90
markup.deleted#F18383
markup.inserted#E96774
markup.changed#8BE755
markup.heading, markup.heading.setext, punctuation.definition.heading#E96774bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#8BE755
string.other.link.title, string.other.link.description#E96774
markup.underline.link#A7AC90underline
punctuation.definition.list#E0EC79
markup.quote, punctuation.definition.quote#A7AC90italic