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#F6F3EC
  • activityBar.border#00000015
  • activityBar.foreground#D6B56C
  • activityBar.inactiveForeground#2E2A2560
  • activityBarBadge.background#D6B56C
  • activityBarBadge.foreground#F6F3EC
  • button.background#D6B56C
  • button.foreground#F6F3EC
  • button.hoverBackground#D6B56Cdd
  • editor.background#F6F3EC
  • editor.foreground#2E2A25
  • editor.inactiveSelectionBackground#6F8FA62580
  • editor.lineHighlightBackground#E7D6B750
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6F8FA625
  • editorCursor.foreground#D6B56C
  • editorGroupHeader.tabsBackground#E7D6B7aa
  • editorLineNumber.activeForeground#D6B56C
  • editorLineNumber.foreground#B8AA9280
  • focusBorder#D6B56C
  • foreground#2E2A25
  • input.background#E7D6B7
  • input.border#00000015
  • input.foreground#2E2A25
  • input.placeholderForeground#2E2A2560
  • list.activeSelectionBackground#D6B56C30
  • list.activeSelectionForeground#2E2A25
  • list.highlightForeground#D6B56C
  • list.hoverBackground#E7D6B740
  • list.hoverForeground#2E2A25
  • list.inactiveSelectionBackground#D6B56C15
  • list.inactiveSelectionForeground#2E2A25
  • selection.background#6F8FA625
  • sideBar.background#E7D6B7
  • sideBar.border#00000015
  • sideBar.foreground#2E2A25
  • sideBarSectionHeader.background#E7D6B780
  • sideBarSectionHeader.foreground#2E2A25
  • sideBarTitle.foreground#D6B56C
  • statusBar.background#F6F3EC
  • statusBar.border#00000015
  • statusBar.foreground#2E2A25
  • statusBar.noFolderBackground#F6F3EC
  • tab.activeBackground#F6F3EC
  • tab.activeBorderTop#D6B56C
  • tab.activeForeground#2E2A25
  • tab.border#00000015
  • tab.inactiveBackground#F6F3EC60
  • tab.inactiveForeground#2E2A2580
  • terminal.ansiBlack#2E2A25
  • terminal.ansiBlue#6F8FA6
  • terminal.ansiCyan#CDBA93
  • terminal.ansiGreen#D6B56C
  • terminal.ansiMagenta#8C724E
  • terminal.ansiRed#8C724E
  • terminal.ansiWhite#2E2A25
  • terminal.ansiYellow#CDBA93
  • terminal.background#F6F3EC
  • terminal.foreground#2E2A25
  • titleBar.activeBackground#F6F3EC
  • titleBar.activeForeground#2E2A25
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F6F3EC
  • titleBar.inactiveForeground#2E2A2560
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B8AA92italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6F8FA6bold
storage.type, storage.modifier#6F8FA6italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#D6B56C
string, punctuation.definition.string, string.template, meta.template.expression#CDBA93
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#8C724E
variable, variable.other.readwrite, variable.other.object#2E2A25
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2E2A25
variable.parameter, meta.parameter#2E2A25dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2E2A2580
keyword.operator#2E2A25
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#CDBA93bold
entity.other.inherited-class#D6B56C
entity.name.tag, punctuation.definition.tag#6F8FA6
entity.other.attribute-name#D6B56C
meta.diff, meta.diff.header#B8AA92
markup.deleted#8C724E
markup.inserted#D6B56C
markup.changed#CDBA93
markup.heading, markup.heading.setext, punctuation.definition.heading#D6B56Cbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#CDBA93
string.other.link.title, string.other.link.description#D6B56C
markup.underline.link#B8AA92underline
punctuation.definition.list#6F8FA6
markup.quote, punctuation.definition.quote#B8AA92italic
Morphous Theme by Ameyanagi - VS Code Theme