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#f3efe6
  • activityBar.border#00000015
  • activityBar.foreground#3d6f73
  • activityBar.inactiveForeground#3a241860
  • activityBarBadge.background#3d6f73
  • activityBarBadge.foreground#f3efe6
  • button.background#3d6f73
  • button.foreground#f3efe6
  • button.hoverBackground#3d6f73dd
  • editor.background#f3efe6
  • editor.foreground#3a2418
  • editor.inactiveSelectionBackground#6f8f932580
  • editor.lineHighlightBackground#e8dcc450
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6f8f9325
  • editorCursor.foreground#3d6f73
  • editorGroupHeader.tabsBackground#e8dcc4aa
  • editorLineNumber.activeForeground#3d6f73
  • editorLineNumber.foreground#c6a98280
  • focusBorder#3d6f73
  • foreground#3a2418
  • input.background#e8dcc4
  • input.border#00000015
  • input.foreground#3a2418
  • input.placeholderForeground#3a241860
  • list.activeSelectionBackground#3d6f7330
  • list.activeSelectionForeground#3a2418
  • list.highlightForeground#3d6f73
  • list.hoverBackground#e8dcc440
  • list.hoverForeground#3a2418
  • list.inactiveSelectionBackground#3d6f7315
  • list.inactiveSelectionForeground#3a2418
  • selection.background#6f8f9325
  • sideBar.background#e8dcc4
  • sideBar.border#00000015
  • sideBar.foreground#3a2418
  • sideBarSectionHeader.background#e8dcc480
  • sideBarSectionHeader.foreground#3a2418
  • sideBarTitle.foreground#3d6f73
  • statusBar.background#f3efe6
  • statusBar.border#00000015
  • statusBar.foreground#3a2418
  • statusBar.noFolderBackground#f3efe6
  • tab.activeBackground#f3efe6
  • tab.activeBorderTop#3d6f73
  • tab.activeForeground#3a2418
  • tab.border#00000015
  • tab.inactiveBackground#f3efe660
  • tab.inactiveForeground#3a241880
  • terminal.ansiBlack#3a2418
  • terminal.ansiBlue#6f8f93
  • terminal.ansiCyan#7a4a2e
  • terminal.ansiGreen#3d6f73
  • terminal.ansiMagenta#b8613c
  • terminal.ansiRed#b8613c
  • terminal.ansiWhite#3a2418
  • terminal.ansiYellow#7a4a2e
  • terminal.background#f3efe6
  • terminal.foreground#3a2418
  • titleBar.activeBackground#f3efe6
  • titleBar.activeForeground#3a2418
  • titleBar.border#00000015
  • titleBar.inactiveBackground#f3efe6
  • titleBar.inactiveForeground#3a241860
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#c6a982italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6f8f93bold
storage.type, storage.modifier#6f8f93italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#3d6f73
string, punctuation.definition.string, string.template, meta.template.expression#7a4a2e
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#b8613c
variable, variable.other.readwrite, variable.other.object#3a2418
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#3a2418
variable.parameter, meta.parameter#3a2418dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#3a241880
keyword.operator#3a2418
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#7a4a2ebold
entity.other.inherited-class#3d6f73
entity.name.tag, punctuation.definition.tag#6f8f93
entity.other.attribute-name#3d6f73
meta.diff, meta.diff.header#c6a982
markup.deleted#b8613c
markup.inserted#3d6f73
markup.changed#7a4a2e
markup.heading, markup.heading.setext, punctuation.definition.heading#3d6f73bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#7a4a2e
string.other.link.title, string.other.link.description#3d6f73
markup.underline.link#c6a982underline
punctuation.definition.list#6f8f93
markup.quote, punctuation.definition.quote#c6a982italic