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

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#f3efe6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f3efe6
variable.parameter, meta.parameter#f3efe6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f3efe680
keyword.operator#f3efe6
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