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#FFF7EC
  • activityBar.border#00000015
  • activityBar.foreground#B8112E
  • activityBar.inactiveForeground#2A1A1760
  • activityBarBadge.background#B8112E
  • activityBarBadge.foreground#FFF7EC
  • button.background#B8112E
  • button.foreground#FFF7EC
  • button.hoverBackground#B8112Edd
  • editor.background#FFF7EC
  • editor.foreground#2A1A17
  • editor.inactiveSelectionBackground#8D0E1D2580
  • editor.lineHighlightBackground#FFE7DB50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#8D0E1D25
  • editorCursor.foreground#B8112E
  • editorGroupHeader.tabsBackground#FFE7DBaa
  • editorLineNumber.activeForeground#B8112E
  • editorLineNumber.foreground#8D0E1D80
  • focusBorder#B8112E
  • foreground#2A1A17
  • input.background#FFE7DB
  • input.border#00000015
  • input.foreground#2A1A17
  • input.placeholderForeground#2A1A1760
  • list.activeSelectionBackground#B8112E30
  • list.activeSelectionForeground#2A1A17
  • list.highlightForeground#B8112E
  • list.hoverBackground#FFE7DB40
  • list.hoverForeground#2A1A17
  • list.inactiveSelectionBackground#B8112E15
  • list.inactiveSelectionForeground#2A1A17
  • selection.background#8D0E1D25
  • sideBar.background#FFE7DB
  • sideBar.border#00000015
  • sideBar.foreground#2A1A17
  • sideBarSectionHeader.background#FFE7DB80
  • sideBarSectionHeader.foreground#2A1A17
  • sideBarTitle.foreground#B8112E
  • statusBar.background#FFF7EC
  • statusBar.border#00000015
  • statusBar.foreground#2A1A17
  • statusBar.noFolderBackground#FFF7EC
  • tab.activeBackground#FFF7EC
  • tab.activeBorderTop#B8112E
  • tab.activeForeground#2A1A17
  • tab.border#00000015
  • tab.inactiveBackground#FFF7EC60
  • tab.inactiveForeground#2A1A1780
  • terminal.ansiBlack#2A1A17
  • terminal.ansiBlue#8D0E1D
  • terminal.ansiCyan#E63B2E
  • terminal.ansiGreen#B8112E
  • terminal.ansiMagenta#2E7D32
  • terminal.ansiRed#2E7D32
  • terminal.ansiWhite#2A1A17
  • terminal.ansiYellow#E63B2E
  • terminal.background#FFF7EC
  • terminal.foreground#2A1A17
  • titleBar.activeBackground#FFF7EC
  • titleBar.activeForeground#2A1A17
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFF7EC
  • titleBar.inactiveForeground#2A1A1760
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8D0E1Ditalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#8D0E1Dbold
storage.type, storage.modifier#8D0E1Ditalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#B8112E
string, punctuation.definition.string, string.template, meta.template.expression#E63B2E
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#2E7D32
variable, variable.other.readwrite, variable.other.object#2A1A17
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2A1A17
variable.parameter, meta.parameter#2A1A17dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2A1A1780
keyword.operator#2A1A17
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E63B2Ebold
entity.other.inherited-class#B8112E
entity.name.tag, punctuation.definition.tag#8D0E1D
entity.other.attribute-name#B8112E
meta.diff, meta.diff.header#8D0E1D
markup.deleted#2E7D32
markup.inserted#B8112E
markup.changed#E63B2E
markup.heading, markup.heading.setext, punctuation.definition.heading#B8112Ebold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E63B2E
string.other.link.title, string.other.link.description#B8112E
markup.underline.link#8D0E1Dunderline
punctuation.definition.list#8D0E1D
markup.quote, punctuation.definition.quote#8D0E1Ditalic
Morphous Theme by Ameyanagi - VS Code Theme