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#f6f1e6
  • activityBar.border#00000015
  • activityBar.foreground#5f6670
  • activityBar.inactiveForeground#11111160
  • activityBarBadge.background#5f6670
  • activityBarBadge.foreground#f6f1e6
  • button.background#5f6670
  • button.foreground#f6f1e6
  • button.hoverBackground#5f6670dd
  • editor.background#f6f1e6
  • editor.foreground#111111
  • editor.inactiveSelectionBackground#858b912580
  • editor.lineHighlightBackground#e8dcc850
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#858b9125
  • editorCursor.foreground#5f6670
  • editorGroupHeader.tabsBackground#e8dcc8aa
  • editorLineNumber.activeForeground#5f6670
  • editorLineNumber.foreground#d8d2c780
  • focusBorder#5f6670
  • foreground#111111
  • input.background#e8dcc8
  • input.border#00000015
  • input.foreground#111111
  • input.placeholderForeground#11111160
  • list.activeSelectionBackground#5f667030
  • list.activeSelectionForeground#111111
  • list.highlightForeground#5f6670
  • list.hoverBackground#e8dcc840
  • list.hoverForeground#111111
  • list.inactiveSelectionBackground#5f667015
  • list.inactiveSelectionForeground#111111
  • selection.background#858b9125
  • sideBar.background#e8dcc8
  • sideBar.border#00000015
  • sideBar.foreground#111111
  • sideBarSectionHeader.background#e8dcc880
  • sideBarSectionHeader.foreground#111111
  • sideBarTitle.foreground#5f6670
  • statusBar.background#f6f1e6
  • statusBar.border#00000015
  • statusBar.foreground#111111
  • statusBar.noFolderBackground#f6f1e6
  • tab.activeBackground#f6f1e6
  • tab.activeBorderTop#5f6670
  • tab.activeForeground#111111
  • tab.border#00000015
  • tab.inactiveBackground#f6f1e660
  • tab.inactiveForeground#11111180
  • terminal.ansiBlack#111111
  • terminal.ansiBlue#858b91
  • terminal.ansiCyan#b88a3d
  • terminal.ansiGreen#5f6670
  • terminal.ansiMagenta#9f4f32
  • terminal.ansiRed#9f4f32
  • terminal.ansiWhite#111111
  • terminal.ansiYellow#b88a3d
  • terminal.background#f6f1e6
  • terminal.foreground#111111
  • titleBar.activeBackground#f6f1e6
  • titleBar.activeForeground#111111
  • titleBar.border#00000015
  • titleBar.inactiveBackground#f6f1e6
  • titleBar.inactiveForeground#11111160
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d8d2c7italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#858b91bold
storage.type, storage.modifier#858b91italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#5f6670
string, punctuation.definition.string, string.template, meta.template.expression#b88a3d
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#9f4f32
variable, variable.other.readwrite, variable.other.object#111111
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#111111
variable.parameter, meta.parameter#111111dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#11111180
keyword.operator#111111
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#b88a3dbold
entity.other.inherited-class#5f6670
entity.name.tag, punctuation.definition.tag#858b91
entity.other.attribute-name#5f6670
meta.diff, meta.diff.header#d8d2c7
markup.deleted#9f4f32
markup.inserted#5f6670
markup.changed#b88a3d
markup.heading, markup.heading.setext, punctuation.definition.heading#5f6670bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#b88a3d
string.other.link.title, string.other.link.description#5f6670
markup.underline.link#d8d2c7underline
punctuation.definition.list#858b91
markup.quote, punctuation.definition.quote#d8d2c7italic