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#F7F2E3
  • activityBar.border#00000015
  • activityBar.foreground#686F2D
  • activityBar.inactiveForeground#1C150E60
  • activityBarBadge.background#686F2D
  • activityBarBadge.foreground#F7F2E3
  • button.background#686F2D
  • button.foreground#F7F2E3
  • button.hoverBackground#686F2Ddd
  • editor.background#F7F2E3
  • editor.foreground#1C150E
  • editor.inactiveSelectionBackground#8B5E342580
  • editor.lineHighlightBackground#F3EDD850
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#8B5E3425
  • editorCursor.foreground#686F2D
  • editorGroupHeader.tabsBackground#F3EDD8aa
  • editorLineNumber.activeForeground#686F2D
  • editorLineNumber.foreground#E6DFC280
  • focusBorder#686F2D
  • foreground#1C150E
  • input.background#F3EDD8
  • input.border#00000015
  • input.foreground#1C150E
  • input.placeholderForeground#1C150E60
  • list.activeSelectionBackground#686F2D30
  • list.activeSelectionForeground#1C150E
  • list.highlightForeground#686F2D
  • list.hoverBackground#F3EDD840
  • list.hoverForeground#1C150E
  • list.inactiveSelectionBackground#686F2D15
  • list.inactiveSelectionForeground#1C150E
  • selection.background#8B5E3425
  • sideBar.background#F3EDD8
  • sideBar.border#00000015
  • sideBar.foreground#1C150E
  • sideBarSectionHeader.background#F3EDD880
  • sideBarSectionHeader.foreground#1C150E
  • sideBarTitle.foreground#686F2D
  • statusBar.background#F7F2E3
  • statusBar.border#00000015
  • statusBar.foreground#1C150E
  • statusBar.noFolderBackground#F7F2E3
  • tab.activeBackground#F7F2E3
  • tab.activeBorderTop#686F2D
  • tab.activeForeground#1C150E
  • tab.border#00000015
  • tab.inactiveBackground#F7F2E360
  • tab.inactiveForeground#1C150E80
  • terminal.ansiBlack#1C150E
  • terminal.ansiBlue#8B5E34
  • terminal.ansiCyan#C79A43
  • terminal.ansiGreen#686F2D
  • terminal.ansiMagenta#DDBE73
  • terminal.ansiRed#DDBE73
  • terminal.ansiWhite#1C150E
  • terminal.ansiYellow#C79A43
  • terminal.background#F7F2E3
  • terminal.foreground#1C150E
  • titleBar.activeBackground#F7F2E3
  • titleBar.activeForeground#1C150E
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F7F2E3
  • titleBar.inactiveForeground#1C150E60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E6DFC2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#8B5E34bold
storage.type, storage.modifier#8B5E34italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#686F2D
string, punctuation.definition.string, string.template, meta.template.expression#C79A43
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#DDBE73
variable, variable.other.readwrite, variable.other.object#1C150E
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1C150E
variable.parameter, meta.parameter#1C150Edditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1C150E80
keyword.operator#1C150E
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#C79A43bold
entity.other.inherited-class#686F2D
entity.name.tag, punctuation.definition.tag#8B5E34
entity.other.attribute-name#686F2D
meta.diff, meta.diff.header#E6DFC2
markup.deleted#DDBE73
markup.inserted#686F2D
markup.changed#C79A43
markup.heading, markup.heading.setext, punctuation.definition.heading#686F2Dbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#C79A43
string.other.link.title, string.other.link.description#686F2D
markup.underline.link#E6DFC2underline
punctuation.definition.list#8B5E34
markup.quote, punctuation.definition.quote#E6DFC2italic