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#F9F7F1
  • activityBar.border#00000015
  • activityBar.foreground#6E9325
  • activityBar.inactiveForeground#2a261b60
  • activityBarBadge.background#6E9325
  • activityBarBadge.foreground#F9F7F1
  • button.background#6E9325
  • button.foreground#F9F7F1
  • button.hoverBackground#6E9325dd
  • editor.background#F9F7F1
  • editor.foreground#2a261b
  • editor.inactiveSelectionBackground#835B212580
  • editor.lineHighlightBackground#FCFAF350
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#835B2125
  • editorCursor.foreground#6E9325
  • editorGroupHeader.tabsBackground#FCFAF3aa
  • editorLineNumber.activeForeground#6E9325
  • editorLineNumber.foreground#e7e1d280
  • focusBorder#6E9325
  • foreground#2a261b
  • input.background#FCFAF3
  • input.border#00000015
  • input.foreground#2a261b
  • input.placeholderForeground#2a261b60
  • list.activeSelectionBackground#6E932530
  • list.activeSelectionForeground#2a261b
  • list.highlightForeground#6E9325
  • list.hoverBackground#FCFAF340
  • list.hoverForeground#2a261b
  • list.inactiveSelectionBackground#6E932515
  • list.inactiveSelectionForeground#2a261b
  • selection.background#835B2125
  • sideBar.background#FCFAF3
  • sideBar.border#00000015
  • sideBar.foreground#2a261b
  • sideBarSectionHeader.background#FCFAF380
  • sideBarSectionHeader.foreground#2a261b
  • sideBarTitle.foreground#6E9325
  • statusBar.background#F9F7F1
  • statusBar.border#00000015
  • statusBar.foreground#2a261b
  • statusBar.noFolderBackground#F9F7F1
  • tab.activeBackground#F9F7F1
  • tab.activeBorderTop#6E9325
  • tab.activeForeground#2a261b
  • tab.border#00000015
  • tab.inactiveBackground#F9F7F160
  • tab.inactiveForeground#2a261b80
  • terminal.ansiBlack#2a261b
  • terminal.ansiBlue#835B21
  • terminal.ansiCyan#A37A29
  • terminal.ansiGreen#6E9325
  • terminal.ansiMagenta#764319
  • terminal.ansiRed#764319
  • terminal.ansiWhite#2a261b
  • terminal.ansiYellow#A37A29
  • terminal.background#F9F7F1
  • terminal.foreground#2a261b
  • titleBar.activeBackground#F9F7F1
  • titleBar.activeForeground#2a261b
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F9F7F1
  • titleBar.inactiveForeground#2a261b60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#e7e1d2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#835B21bold
storage.type, storage.modifier#835B21italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#6E9325
string, punctuation.definition.string, string.template, meta.template.expression#A37A29
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#764319
variable, variable.other.readwrite, variable.other.object#2a261b
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2a261b
variable.parameter, meta.parameter#2a261bdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2a261b80
keyword.operator#2a261b
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A37A29bold
entity.other.inherited-class#6E9325
entity.name.tag, punctuation.definition.tag#835B21
entity.other.attribute-name#6E9325
meta.diff, meta.diff.header#e7e1d2
markup.deleted#764319
markup.inserted#6E9325
markup.changed#A37A29
markup.heading, markup.heading.setext, punctuation.definition.heading#6E9325bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A37A29
string.other.link.title, string.other.link.description#6E9325
markup.underline.link#e7e1d2underline
punctuation.definition.list#835B21
markup.quote, punctuation.definition.quote#e7e1d2italic