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#1E1712
  • activityBar.border#ffffff15
  • activityBar.foreground#865A28
  • activityBar.inactiveForeground#F6F1E660
  • activityBarBadge.background#865A28
  • activityBarBadge.foreground#1E1712
  • button.background#865A28
  • button.foreground#1E1712
  • button.hoverBackground#865A28dd
  • editor.background#1E1712
  • editor.foreground#F6F1E6
  • editor.inactiveSelectionBackground#C47A2C3580
  • editor.lineHighlightBackground#3A2A1F40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#C47A2C35
  • editorCursor.foreground#865A28
  • editorGroupHeader.tabsBackground#1E1712dd
  • editorLineNumber.activeForeground#865A28
  • editorLineNumber.foreground#B8AA9780
  • focusBorder#865A28
  • foreground#F6F1E6
  • input.background#3A2A1F
  • input.border#ffffff15
  • input.foreground#F6F1E6
  • input.placeholderForeground#F6F1E660
  • list.activeSelectionBackground#865A2830
  • list.activeSelectionForeground#F6F1E6
  • list.highlightForeground#865A28
  • list.hoverBackground#3A2A1F40
  • list.hoverForeground#F6F1E6
  • list.inactiveSelectionBackground#865A2815
  • list.inactiveSelectionForeground#F6F1E6
  • selection.background#C47A2C35
  • sideBar.background#3A2A1F
  • sideBar.border#ffffff15
  • sideBar.foreground#F6F1E6
  • sideBarSectionHeader.background#1E171280
  • sideBarSectionHeader.foreground#F6F1E6
  • sideBarTitle.foreground#865A28
  • statusBar.background#1E1712
  • statusBar.border#ffffff15
  • statusBar.foreground#F6F1E6
  • statusBar.noFolderBackground#1E1712
  • tab.activeBackground#1E1712
  • tab.activeBorderTop#865A28
  • tab.activeForeground#F6F1E6
  • tab.border#ffffff15
  • tab.inactiveBackground#3A2A1F60
  • tab.inactiveForeground#F6F1E680
  • terminal.ansiBlack#1E1712
  • terminal.ansiBlue#C47A2C
  • terminal.ansiCyan#6B7F4A
  • terminal.ansiGreen#865A28
  • terminal.ansiMagenta#A14D3B
  • terminal.ansiRed#A14D3B
  • terminal.ansiWhite#F6F1E6
  • terminal.ansiYellow#6B7F4A
  • terminal.background#1E1712
  • terminal.foreground#F6F1E6
  • titleBar.activeBackground#1E1712
  • titleBar.activeForeground#F6F1E6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#1E1712
  • titleBar.inactiveForeground#F6F1E660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B8AA97italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#C47A2Cbold
storage.type, storage.modifier#C47A2Citalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#865A28
string, punctuation.definition.string, string.template, meta.template.expression#6B7F4A
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#A14D3B
variable, variable.other.readwrite, variable.other.object#F6F1E6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F6F1E6
variable.parameter, meta.parameter#F6F1E6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F6F1E680
keyword.operator#F6F1E6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#6B7F4Abold
entity.other.inherited-class#865A28
entity.name.tag, punctuation.definition.tag#C47A2C
entity.other.attribute-name#865A28
meta.diff, meta.diff.header#B8AA97
markup.deleted#A14D3B
markup.inserted#865A28
markup.changed#6B7F4A
markup.heading, markup.heading.setext, punctuation.definition.heading#865A28bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#6B7F4A
string.other.link.title, string.other.link.description#865A28
markup.underline.link#B8AA97underline
punctuation.definition.list#C47A2C
markup.quote, punctuation.definition.quote#B8AA97italic
Morphous Theme by Ameyanagi - VS Code Theme