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#F9F6EB
  • activityBar.border#00000015
  • activityBar.foreground#937925
  • activityBar.inactiveForeground#3e2e1f60
  • activityBarBadge.background#937925
  • activityBarBadge.foreground#F9F6EB
  • button.background#937925
  • button.foreground#F9F6EB
  • button.hoverBackground#937925dd
  • editor.background#F9F6EB
  • editor.foreground#3e2e1f
  • editor.inactiveSelectionBackground#6783212580
  • editor.lineHighlightBackground#FCF9F350
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#67832125
  • editorCursor.foreground#937925
  • editorGroupHeader.tabsBackground#FCF9F3aa
  • editorLineNumber.activeForeground#937925
  • editorLineNumber.foreground#f0e0d280
  • focusBorder#937925
  • foreground#3e2e1f
  • input.background#FCF9F3
  • input.border#00000015
  • input.foreground#3e2e1f
  • input.placeholderForeground#3e2e1f60
  • list.activeSelectionBackground#93792530
  • list.activeSelectionForeground#3e2e1f
  • list.highlightForeground#937925
  • list.hoverBackground#FCF9F340
  • list.hoverForeground#3e2e1f
  • list.inactiveSelectionBackground#93792515
  • list.inactiveSelectionForeground#3e2e1f
  • selection.background#67832125
  • sideBar.background#FCF9F3
  • sideBar.border#00000015
  • sideBar.foreground#3e2e1f
  • sideBarSectionHeader.background#FCF9F380
  • sideBarSectionHeader.foreground#3e2e1f
  • sideBarTitle.foreground#937925
  • statusBar.background#F9F6EB
  • statusBar.border#00000015
  • statusBar.foreground#3e2e1f
  • statusBar.noFolderBackground#F9F6EB
  • tab.activeBackground#F9F6EB
  • tab.activeBorderTop#937925
  • tab.activeForeground#3e2e1f
  • tab.border#00000015
  • tab.inactiveBackground#F9F6EB60
  • tab.inactiveForeground#3e2e1f80
  • terminal.ansiBlack#3e2e1f
  • terminal.ansiBlue#678321
  • terminal.ansiCyan#2978A3
  • terminal.ansiGreen#937925
  • terminal.ansiMagenta#765119
  • terminal.ansiRed#765119
  • terminal.ansiWhite#3e2e1f
  • terminal.ansiYellow#2978A3
  • terminal.background#F9F6EB
  • terminal.foreground#3e2e1f
  • titleBar.activeBackground#F9F6EB
  • titleBar.activeForeground#3e2e1f
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F9F6EB
  • titleBar.inactiveForeground#3e2e1f60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#f0e0d2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#678321bold
storage.type, storage.modifier#678321italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#937925
string, punctuation.definition.string, string.template, meta.template.expression#2978A3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#765119
variable, variable.other.readwrite, variable.other.object#3e2e1f
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#3e2e1f
variable.parameter, meta.parameter#3e2e1fdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#3e2e1f80
keyword.operator#3e2e1f
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2978A3bold
entity.other.inherited-class#937925
entity.name.tag, punctuation.definition.tag#678321
entity.other.attribute-name#937925
meta.diff, meta.diff.header#f0e0d2
markup.deleted#765119
markup.inserted#937925
markup.changed#2978A3
markup.heading, markup.heading.setext, punctuation.definition.heading#937925bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2978A3
string.other.link.title, string.other.link.description#937925
markup.underline.link#f0e0d2underline
punctuation.definition.list#678321
markup.quote, punctuation.definition.quote#f0e0d2italic