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#fff8ec
  • activityBar.border#00000015
  • activityBar.foreground#c78ab8
  • activityBar.inactiveForeground#17252260
  • activityBarBadge.background#c78ab8
  • activityBarBadge.foreground#fff8ec
  • button.background#c78ab8
  • button.foreground#fff8ec
  • button.hoverBackground#c78ab8dd
  • editor.background#fff8ec
  • editor.foreground#172522
  • editor.inactiveSelectionBackground#13a9c72580
  • editor.lineHighlightBackground#8bd8e650
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#13a9c725
  • editorCursor.foreground#c78ab8
  • editorGroupHeader.tabsBackground#8bd8e6aa
  • editorLineNumber.activeForeground#c78ab8
  • editorLineNumber.foreground#b8987080
  • focusBorder#c78ab8
  • foreground#172522
  • input.background#8bd8e6
  • input.border#00000015
  • input.foreground#172522
  • input.placeholderForeground#17252260
  • list.activeSelectionBackground#c78ab830
  • list.activeSelectionForeground#172522
  • list.highlightForeground#c78ab8
  • list.hoverBackground#8bd8e640
  • list.hoverForeground#172522
  • list.inactiveSelectionBackground#c78ab815
  • list.inactiveSelectionForeground#172522
  • selection.background#13a9c725
  • sideBar.background#8bd8e6
  • sideBar.border#00000015
  • sideBar.foreground#172522
  • sideBarSectionHeader.background#8bd8e680
  • sideBarSectionHeader.foreground#172522
  • sideBarTitle.foreground#c78ab8
  • statusBar.background#fff8ec
  • statusBar.border#00000015
  • statusBar.foreground#172522
  • statusBar.noFolderBackground#fff8ec
  • tab.activeBackground#fff8ec
  • tab.activeBorderTop#c78ab8
  • tab.activeForeground#172522
  • tab.border#00000015
  • tab.inactiveBackground#fff8ec60
  • tab.inactiveForeground#17252280
  • terminal.ansiBlack#172522
  • terminal.ansiBlue#13a9c7
  • terminal.ansiCyan#a75632
  • terminal.ansiGreen#c78ab8
  • terminal.ansiMagenta#6f8f45
  • terminal.ansiRed#6f8f45
  • terminal.ansiWhite#172522
  • terminal.ansiYellow#a75632
  • terminal.background#fff8ec
  • terminal.foreground#172522
  • titleBar.activeBackground#fff8ec
  • titleBar.activeForeground#172522
  • titleBar.border#00000015
  • titleBar.inactiveBackground#fff8ec
  • titleBar.inactiveForeground#17252260
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#b89870italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#13a9c7bold
storage.type, storage.modifier#13a9c7italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#c78ab8
string, punctuation.definition.string, string.template, meta.template.expression#a75632
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#6f8f45
variable, variable.other.readwrite, variable.other.object#172522
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#172522
variable.parameter, meta.parameter#172522dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#17252280
keyword.operator#172522
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#a75632bold
entity.other.inherited-class#c78ab8
entity.name.tag, punctuation.definition.tag#13a9c7
entity.other.attribute-name#c78ab8
meta.diff, meta.diff.header#b89870
markup.deleted#6f8f45
markup.inserted#c78ab8
markup.changed#a75632
markup.heading, markup.heading.setext, punctuation.definition.heading#c78ab8bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#a75632
string.other.link.title, string.other.link.description#c78ab8
markup.underline.link#b89870underline
punctuation.definition.list#13a9c7
markup.quote, punctuation.definition.quote#b89870italic
Morphous Theme by Ameyanagi - VS Code Theme