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#5a3329
  • activityBar.border#ffffff15
  • activityBar.foreground#b75a35
  • activityBar.inactiveForeground#f3e6d260
  • activityBarBadge.background#b75a35
  • activityBarBadge.foreground#5a3329
  • button.background#b75a35
  • button.foreground#5a3329
  • button.hoverBackground#b75a35dd
  • editor.background#5a3329
  • editor.foreground#f3e6d2
  • editor.inactiveSelectionBackground#8a9a693580
  • editor.lineHighlightBackground#231c1840
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#8a9a6935
  • editorCursor.foreground#b75a35
  • editorGroupHeader.tabsBackground#5a3329dd
  • editorLineNumber.activeForeground#b75a35
  • editorLineNumber.foreground#c0b88f80
  • focusBorder#b75a35
  • foreground#f3e6d2
  • input.background#231c18
  • input.border#ffffff15
  • input.foreground#f3e6d2
  • input.placeholderForeground#f3e6d260
  • list.activeSelectionBackground#b75a3530
  • list.activeSelectionForeground#f3e6d2
  • list.highlightForeground#b75a35
  • list.hoverBackground#231c1840
  • list.hoverForeground#f3e6d2
  • list.inactiveSelectionBackground#b75a3515
  • list.inactiveSelectionForeground#f3e6d2
  • selection.background#8a9a6935
  • sideBar.background#231c18
  • sideBar.border#ffffff15
  • sideBar.foreground#f3e6d2
  • sideBarSectionHeader.background#5a332980
  • sideBarSectionHeader.foreground#f3e6d2
  • sideBarTitle.foreground#b75a35
  • statusBar.background#5a3329
  • statusBar.border#ffffff15
  • statusBar.foreground#f3e6d2
  • statusBar.noFolderBackground#5a3329
  • tab.activeBackground#5a3329
  • tab.activeBorderTop#b75a35
  • tab.activeForeground#f3e6d2
  • tab.border#ffffff15
  • tab.inactiveBackground#231c1860
  • tab.inactiveForeground#f3e6d280
  • terminal.ansiBlack#5a3329
  • terminal.ansiBlue#8a9a69
  • terminal.ansiCyan#8ec4dc
  • terminal.ansiGreen#b75a35
  • terminal.ansiMagenta#d48352
  • terminal.ansiRed#d48352
  • terminal.ansiWhite#f3e6d2
  • terminal.ansiYellow#8ec4dc
  • terminal.background#5a3329
  • terminal.foreground#f3e6d2
  • titleBar.activeBackground#5a3329
  • titleBar.activeForeground#f3e6d2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#5a3329
  • titleBar.inactiveForeground#f3e6d260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#c0b88fitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#8a9a69bold
storage.type, storage.modifier#8a9a69italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#b75a35
string, punctuation.definition.string, string.template, meta.template.expression#8ec4dc
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#d48352
variable, variable.other.readwrite, variable.other.object#f3e6d2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f3e6d2
variable.parameter, meta.parameter#f3e6d2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f3e6d280
keyword.operator#f3e6d2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#8ec4dcbold
entity.other.inherited-class#b75a35
entity.name.tag, punctuation.definition.tag#8a9a69
entity.other.attribute-name#b75a35
meta.diff, meta.diff.header#c0b88f
markup.deleted#d48352
markup.inserted#b75a35
markup.changed#8ec4dc
markup.heading, markup.heading.setext, punctuation.definition.heading#b75a35bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#8ec4dc
string.other.link.title, string.other.link.description#b75a35
markup.underline.link#c0b88funderline
punctuation.definition.list#8a9a69
markup.quote, punctuation.definition.quote#c0b88fitalic
Morphous Theme by Ameyanagi - VS Code Theme