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#5a3f35
  • activityBar.border#ffffff15
  • activityBar.foreground#c2185b
  • activityBar.inactiveForeground#fff8ee60
  • activityBarBadge.background#c2185b
  • activityBarBadge.foreground#5a3f35
  • button.background#c2185b
  • button.foreground#5a3f35
  • button.hoverBackground#c2185bdd
  • editor.background#5a3f35
  • editor.foreground#fff8ee
  • editor.inactiveSelectionBackground#FFE2C93580
  • editor.lineHighlightBackground#2a201940
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#FFE2C935
  • editorCursor.foreground#c2185b
  • editorGroupHeader.tabsBackground#5a3f35dd
  • editorLineNumber.activeForeground#c2185b
  • editorLineNumber.foreground#d8c7b880
  • focusBorder#c2185b
  • foreground#fff8ee
  • input.background#2a2019
  • input.border#ffffff15
  • input.foreground#fff8ee
  • input.placeholderForeground#fff8ee60
  • list.activeSelectionBackground#c2185b30
  • list.activeSelectionForeground#fff8ee
  • list.highlightForeground#c2185b
  • list.hoverBackground#2a201940
  • list.hoverForeground#fff8ee
  • list.inactiveSelectionBackground#c2185b15
  • list.inactiveSelectionForeground#fff8ee
  • selection.background#FFE2C935
  • sideBar.background#2a2019
  • sideBar.border#ffffff15
  • sideBar.foreground#fff8ee
  • sideBarSectionHeader.background#5a3f3580
  • sideBarSectionHeader.foreground#fff8ee
  • sideBarTitle.foreground#c2185b
  • statusBar.background#5a3f35
  • statusBar.border#ffffff15
  • statusBar.foreground#fff8ee
  • statusBar.noFolderBackground#5a3f35
  • tab.activeBackground#5a3f35
  • tab.activeBorderTop#c2185b
  • tab.activeForeground#fff8ee
  • tab.border#ffffff15
  • tab.inactiveBackground#2a201960
  • tab.inactiveForeground#fff8ee80
  • terminal.ansiBlack#5a3f35
  • terminal.ansiBlue#FFE2C9
  • terminal.ansiCyan#fff6e8
  • terminal.ansiGreen#c2185b
  • terminal.ansiMagenta#2e6e3a
  • terminal.ansiRed#2e6e3a
  • terminal.ansiWhite#fff8ee
  • terminal.ansiYellow#fff6e8
  • terminal.background#5a3f35
  • terminal.foreground#fff8ee
  • titleBar.activeBackground#5a3f35
  • titleBar.activeForeground#fff8ee
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#5a3f35
  • titleBar.inactiveForeground#fff8ee60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d8c7b8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#FFE2C9bold
storage.type, storage.modifier#FFE2C9italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#c2185b
string, punctuation.definition.string, string.template, meta.template.expression#fff6e8
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#2e6e3a
variable, variable.other.readwrite, variable.other.object#fff8ee
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fff8ee
variable.parameter, meta.parameter#fff8eedditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fff8ee80
keyword.operator#fff8ee
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#fff6e8bold
entity.other.inherited-class#c2185b
entity.name.tag, punctuation.definition.tag#FFE2C9
entity.other.attribute-name#c2185b
meta.diff, meta.diff.header#d8c7b8
markup.deleted#2e6e3a
markup.inserted#c2185b
markup.changed#fff6e8
markup.heading, markup.heading.setext, punctuation.definition.heading#c2185bbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#fff6e8
string.other.link.title, string.other.link.description#c2185b
markup.underline.link#d8c7b8underline
punctuation.definition.list#FFE2C9
markup.quote, punctuation.definition.quote#d8c7b8italic
Morphous Theme by Ameyanagi - VS Code Theme