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#fff8f2
  • activityBar.border#00000015
  • activityBar.foreground#d92128
  • activityBar.inactiveForeground#14111260
  • activityBarBadge.background#d92128
  • activityBarBadge.foreground#fff8f2
  • button.background#d92128
  • button.foreground#fff8f2
  • button.hoverBackground#d92128dd
  • editor.background#fff8f2
  • editor.foreground#141112
  • editor.inactiveSelectionBackground#a9161d2580
  • editor.lineHighlightBackground#ffffff50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#a9161d25
  • editorCursor.foreground#d92128
  • editorGroupHeader.tabsBackground#ffffffaa
  • editorLineNumber.activeForeground#d92128
  • editorLineNumber.foreground#ead9d180
  • focusBorder#d92128
  • foreground#141112
  • input.background#ffffff
  • input.border#00000015
  • input.foreground#141112
  • input.placeholderForeground#14111260
  • list.activeSelectionBackground#d9212830
  • list.activeSelectionForeground#141112
  • list.highlightForeground#d92128
  • list.hoverBackground#ffffff40
  • list.hoverForeground#141112
  • list.inactiveSelectionBackground#d9212815
  • list.inactiveSelectionForeground#141112
  • selection.background#a9161d25
  • sideBar.background#ffffff
  • sideBar.border#00000015
  • sideBar.foreground#141112
  • sideBarSectionHeader.background#ffffff80
  • sideBarSectionHeader.foreground#141112
  • sideBarTitle.foreground#d92128
  • statusBar.background#fff8f2
  • statusBar.border#00000015
  • statusBar.foreground#141112
  • statusBar.noFolderBackground#fff8f2
  • tab.activeBackground#fff8f2
  • tab.activeBorderTop#d92128
  • tab.activeForeground#141112
  • tab.border#00000015
  • tab.inactiveBackground#fff8f260
  • tab.inactiveForeground#14111280
  • terminal.ansiBlack#141112
  • terminal.ansiBlue#a9161d
  • terminal.ansiCyan#f5d7cb
  • terminal.ansiGreen#d92128
  • terminal.ansiMagenta#23613a
  • terminal.ansiRed#23613a
  • terminal.ansiWhite#141112
  • terminal.ansiYellow#f5d7cb
  • terminal.background#fff8f2
  • terminal.foreground#141112
  • titleBar.activeBackground#fff8f2
  • titleBar.activeForeground#141112
  • titleBar.border#00000015
  • titleBar.inactiveBackground#fff8f2
  • titleBar.inactiveForeground#14111260
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#ead9d1italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#a9161dbold
storage.type, storage.modifier#a9161ditalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#d92128
string, punctuation.definition.string, string.template, meta.template.expression#f5d7cb
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#23613a
variable, variable.other.readwrite, variable.other.object#141112
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#141112
variable.parameter, meta.parameter#141112dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#14111280
keyword.operator#141112
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#f5d7cbbold
entity.other.inherited-class#d92128
entity.name.tag, punctuation.definition.tag#a9161d
entity.other.attribute-name#d92128
meta.diff, meta.diff.header#ead9d1
markup.deleted#23613a
markup.inserted#d92128
markup.changed#f5d7cb
markup.heading, markup.heading.setext, punctuation.definition.heading#d92128bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#f5d7cb
string.other.link.title, string.other.link.description#d92128
markup.underline.link#ead9d1underline
punctuation.definition.list#a9161d
markup.quote, punctuation.definition.quote#ead9d1italic
Morphous Theme by Ameyanagi - VS Code Theme