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#7A5A3A
  • activityBar.border#ffffff15
  • activityBar.foreground#5E0F28
  • activityBar.inactiveForeground#FFF7F260
  • activityBarBadge.background#5E0F28
  • activityBarBadge.foreground#7A5A3A
  • button.background#5E0F28
  • button.foreground#7A5A3A
  • button.hoverBackground#5E0F28dd
  • editor.background#7A5A3A
  • editor.foreground#FFF7F2
  • editor.inactiveSelectionBackground#BC25423580
  • editor.lineHighlightBackground#1A120F40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#BC254235
  • editorCursor.foreground#5E0F28
  • editorGroupHeader.tabsBackground#7A5A3Add
  • editorLineNumber.activeForeground#5E0F28
  • editorLineNumber.foreground#8a747080
  • focusBorder#5E0F28
  • foreground#FFF7F2
  • input.background#1A120F
  • input.border#ffffff15
  • input.foreground#FFF7F2
  • input.placeholderForeground#FFF7F260
  • list.activeSelectionBackground#5E0F2830
  • list.activeSelectionForeground#FFF7F2
  • list.highlightForeground#5E0F28
  • list.hoverBackground#1A120F40
  • list.hoverForeground#FFF7F2
  • list.inactiveSelectionBackground#5E0F2815
  • list.inactiveSelectionForeground#FFF7F2
  • selection.background#BC254235
  • sideBar.background#1A120F
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF7F2
  • sideBarSectionHeader.background#7A5A3A80
  • sideBarSectionHeader.foreground#FFF7F2
  • sideBarTitle.foreground#5E0F28
  • statusBar.background#7A5A3A
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF7F2
  • statusBar.noFolderBackground#7A5A3A
  • tab.activeBackground#7A5A3A
  • tab.activeBorderTop#5E0F28
  • tab.activeForeground#FFF7F2
  • tab.border#ffffff15
  • tab.inactiveBackground#1A120F60
  • tab.inactiveForeground#FFF7F280
  • terminal.ansiBlack#7A5A3A
  • terminal.ansiBlue#BC2542
  • terminal.ansiCyan#2E7046
  • terminal.ansiGreen#5E0F28
  • terminal.ansiMagenta#BC2542
  • terminal.ansiRed#BC2542
  • terminal.ansiWhite#FFF7F2
  • terminal.ansiYellow#2E7046
  • terminal.background#7A5A3A
  • terminal.foreground#FFF7F2
  • titleBar.activeBackground#7A5A3A
  • titleBar.activeForeground#FFF7F2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#7A5A3A
  • titleBar.inactiveForeground#FFF7F260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8a7470italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#BC2542bold
storage.type, storage.modifier#BC2542italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#5E0F28
string, punctuation.definition.string, string.template, meta.template.expression#2E7046
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#BC2542
variable, variable.other.readwrite, variable.other.object#FFF7F2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF7F2
variable.parameter, meta.parameter#FFF7F2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF7F280
keyword.operator#FFF7F2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2E7046bold
entity.other.inherited-class#5E0F28
entity.name.tag, punctuation.definition.tag#BC2542
entity.other.attribute-name#5E0F28
meta.diff, meta.diff.header#8a7470
markup.deleted#BC2542
markup.inserted#5E0F28
markup.changed#2E7046
markup.heading, markup.heading.setext, punctuation.definition.heading#5E0F28bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2E7046
string.other.link.title, string.other.link.description#5E0F28
markup.underline.link#8a7470underline
punctuation.definition.list#BC2542
markup.quote, punctuation.definition.quote#8a7470italic