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#FAF6EE
  • activityBar.border#00000015
  • activityBar.foreground#8B4A28
  • activityBar.inactiveForeground#2E241B60
  • activityBarBadge.background#8B4A28
  • activityBarBadge.foreground#FAF6EE
  • button.background#8B4A28
  • button.foreground#FAF6EE
  • button.hoverBackground#8B4A28dd
  • editor.background#FAF6EE
  • editor.foreground#2E241B
  • editor.inactiveSelectionBackground#F2E8C92580
  • editor.lineHighlightBackground#F7EDD650
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#F2E8C925
  • editorCursor.foreground#8B4A28
  • editorGroupHeader.tabsBackground#F7EDD6aa
  • editorLineNumber.activeForeground#8B4A28
  • editorLineNumber.foreground#4C5C3380
  • focusBorder#8B4A28
  • foreground#2E241B
  • input.background#F7EDD6
  • input.border#00000015
  • input.foreground#2E241B
  • input.placeholderForeground#2E241B60
  • list.activeSelectionBackground#8B4A2830
  • list.activeSelectionForeground#2E241B
  • list.highlightForeground#8B4A28
  • list.hoverBackground#F7EDD640
  • list.hoverForeground#2E241B
  • list.inactiveSelectionBackground#8B4A2815
  • list.inactiveSelectionForeground#2E241B
  • selection.background#F2E8C925
  • sideBar.background#F7EDD6
  • sideBar.border#00000015
  • sideBar.foreground#2E241B
  • sideBarSectionHeader.background#F7EDD680
  • sideBarSectionHeader.foreground#2E241B
  • sideBarTitle.foreground#8B4A28
  • statusBar.background#FAF6EE
  • statusBar.border#00000015
  • statusBar.foreground#2E241B
  • statusBar.noFolderBackground#FAF6EE
  • tab.activeBackground#FAF6EE
  • tab.activeBorderTop#8B4A28
  • tab.activeForeground#2E241B
  • tab.border#00000015
  • tab.inactiveBackground#FAF6EE60
  • tab.inactiveForeground#2E241B80
  • terminal.ansiBlack#2E241B
  • terminal.ansiBlue#F2E8C9
  • terminal.ansiCyan#6E7A44
  • terminal.ansiGreen#8B4A28
  • terminal.ansiMagenta#D89A3A
  • terminal.ansiRed#D89A3A
  • terminal.ansiWhite#2E241B
  • terminal.ansiYellow#6E7A44
  • terminal.background#FAF6EE
  • terminal.foreground#2E241B
  • titleBar.activeBackground#FAF6EE
  • titleBar.activeForeground#2E241B
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FAF6EE
  • titleBar.inactiveForeground#2E241B60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4C5C33italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#F2E8C9bold
storage.type, storage.modifier#F2E8C9italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#8B4A28
string, punctuation.definition.string, string.template, meta.template.expression#6E7A44
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#D89A3A
variable, variable.other.readwrite, variable.other.object#2E241B
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2E241B
variable.parameter, meta.parameter#2E241Bdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2E241B80
keyword.operator#2E241B
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#6E7A44bold
entity.other.inherited-class#8B4A28
entity.name.tag, punctuation.definition.tag#F2E8C9
entity.other.attribute-name#8B4A28
meta.diff, meta.diff.header#4C5C33
markup.deleted#D89A3A
markup.inserted#8B4A28
markup.changed#6E7A44
markup.heading, markup.heading.setext, punctuation.definition.heading#8B4A28bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#6E7A44
string.other.link.title, string.other.link.description#8B4A28
markup.underline.link#4C5C33underline
punctuation.definition.list#F2E8C9
markup.quote, punctuation.definition.quote#4C5C33italic