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#F7F2E8
  • activityBar.border#00000015
  • activityBar.foreground#B5523A
  • activityBar.inactiveForeground#2B252360
  • activityBarBadge.background#B5523A
  • activityBarBadge.foreground#F7F2E8
  • button.background#B5523A
  • button.foreground#F7F2E8
  • button.hoverBackground#B5523Add
  • editor.background#F7F2E8
  • editor.foreground#2B2523
  • editor.inactiveSelectionBackground#6B4A3A2580
  • editor.lineHighlightBackground#D8C9B450
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6B4A3A25
  • editorCursor.foreground#B5523A
  • editorGroupHeader.tabsBackground#D8C9B4aa
  • editorLineNumber.activeForeground#B5523A
  • editorLineNumber.foreground#6B4A3A80
  • focusBorder#B5523A
  • foreground#2B2523
  • input.background#D8C9B4
  • input.border#00000015
  • input.foreground#2B2523
  • input.placeholderForeground#2B252360
  • list.activeSelectionBackground#B5523A30
  • list.activeSelectionForeground#2B2523
  • list.highlightForeground#B5523A
  • list.hoverBackground#D8C9B440
  • list.hoverForeground#2B2523
  • list.inactiveSelectionBackground#B5523A15
  • list.inactiveSelectionForeground#2B2523
  • selection.background#6B4A3A25
  • sideBar.background#D8C9B4
  • sideBar.border#00000015
  • sideBar.foreground#2B2523
  • sideBarSectionHeader.background#D8C9B480
  • sideBarSectionHeader.foreground#2B2523
  • sideBarTitle.foreground#B5523A
  • statusBar.background#F7F2E8
  • statusBar.border#00000015
  • statusBar.foreground#2B2523
  • statusBar.noFolderBackground#F7F2E8
  • tab.activeBackground#F7F2E8
  • tab.activeBorderTop#B5523A
  • tab.activeForeground#2B2523
  • tab.border#00000015
  • tab.inactiveBackground#F7F2E860
  • tab.inactiveForeground#2B252380
  • terminal.ansiBlack#2B2523
  • terminal.ansiBlue#6B4A3A
  • terminal.ansiCyan#FFF2E1
  • terminal.ansiGreen#B5523A
  • terminal.ansiMagenta#C8A15A
  • terminal.ansiRed#C8A15A
  • terminal.ansiWhite#2B2523
  • terminal.ansiYellow#FFF2E1
  • terminal.background#F7F2E8
  • terminal.foreground#2B2523
  • titleBar.activeBackground#F7F2E8
  • titleBar.activeForeground#2B2523
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F7F2E8
  • titleBar.inactiveForeground#2B252360
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6B4A3Aitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6B4A3Abold
storage.type, storage.modifier#6B4A3Aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#B5523A
string, punctuation.definition.string, string.template, meta.template.expression#FFF2E1
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#C8A15A
variable, variable.other.readwrite, variable.other.object#2B2523
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2B2523
variable.parameter, meta.parameter#2B2523dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2B252380
keyword.operator#2B2523
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#FFF2E1bold
entity.other.inherited-class#B5523A
entity.name.tag, punctuation.definition.tag#6B4A3A
entity.other.attribute-name#B5523A
meta.diff, meta.diff.header#6B4A3A
markup.deleted#C8A15A
markup.inserted#B5523A
markup.changed#FFF2E1
markup.heading, markup.heading.setext, punctuation.definition.heading#B5523Abold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#FFF2E1
string.other.link.title, string.other.link.description#B5523A
markup.underline.link#6B4A3Aunderline
punctuation.definition.list#6B4A3A
markup.quote, punctuation.definition.quote#6B4A3Aitalic
Morphous Theme by Ameyanagi - VS Code Theme