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#251f17
  • activityBar.border#ffffff15
  • activityBar.foreground#59653a
  • activityBar.inactiveForeground#f4ecd960
  • activityBarBadge.background#59653a
  • activityBarBadge.foreground#251f17
  • button.background#59653a
  • button.foreground#251f17
  • button.hoverBackground#59653add
  • editor.background#251f17
  • editor.foreground#f4ecd9
  • editor.inactiveSelectionBackground#d8bf8a3580
  • editor.lineHighlightBackground#251f1740
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#d8bf8a35
  • editorCursor.foreground#59653a
  • editorGroupHeader.tabsBackground#251f17dd
  • editorLineNumber.activeForeground#59653a
  • editorLineNumber.foreground#d8bf8a80
  • focusBorder#59653a
  • foreground#f4ecd9
  • input.background#251f17
  • input.border#ffffff15
  • input.foreground#f4ecd9
  • input.placeholderForeground#f4ecd960
  • list.activeSelectionBackground#59653a30
  • list.activeSelectionForeground#f4ecd9
  • list.highlightForeground#59653a
  • list.hoverBackground#251f1740
  • list.hoverForeground#f4ecd9
  • list.inactiveSelectionBackground#59653a15
  • list.inactiveSelectionForeground#f4ecd9
  • selection.background#d8bf8a35
  • sideBar.background#251f17
  • sideBar.border#ffffff15
  • sideBar.foreground#f4ecd9
  • sideBarSectionHeader.background#251f1780
  • sideBarSectionHeader.foreground#f4ecd9
  • sideBarTitle.foreground#59653a
  • statusBar.background#251f17
  • statusBar.border#ffffff15
  • statusBar.foreground#f4ecd9
  • statusBar.noFolderBackground#251f17
  • tab.activeBackground#251f17
  • tab.activeBorderTop#59653a
  • tab.activeForeground#f4ecd9
  • tab.border#ffffff15
  • tab.inactiveBackground#251f1760
  • tab.inactiveForeground#f4ecd980
  • terminal.ansiBlack#251f17
  • terminal.ansiBlue#d8bf8a
  • terminal.ansiCyan#333b22
  • terminal.ansiGreen#59653a
  • terminal.ansiMagenta#8a9364
  • terminal.ansiRed#8a9364
  • terminal.ansiWhite#f4ecd9
  • terminal.ansiYellow#333b22
  • terminal.background#251f17
  • terminal.foreground#f4ecd9
  • titleBar.activeBackground#251f17
  • titleBar.activeForeground#f4ecd9
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#251f17
  • titleBar.inactiveForeground#f4ecd960
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d8bf8aitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#d8bf8abold
storage.type, storage.modifier#d8bf8aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#59653a
string, punctuation.definition.string, string.template, meta.template.expression#333b22
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#8a9364
variable, variable.other.readwrite, variable.other.object#f4ecd9
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f4ecd9
variable.parameter, meta.parameter#f4ecd9dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f4ecd980
keyword.operator#f4ecd9
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#333b22bold
entity.other.inherited-class#59653a
entity.name.tag, punctuation.definition.tag#d8bf8a
entity.other.attribute-name#59653a
meta.diff, meta.diff.header#d8bf8a
markup.deleted#8a9364
markup.inserted#59653a
markup.changed#333b22
markup.heading, markup.heading.setext, punctuation.definition.heading#59653abold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#333b22
string.other.link.title, string.other.link.description#59653a
markup.underline.link#d8bf8aunderline
punctuation.definition.list#d8bf8a
markup.quote, punctuation.definition.quote#d8bf8aitalic
Morphous Theme by Ameyanagi - VS Code Theme