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#FCFAF8
  • activityBar.border#00000015
  • activityBar.foreground#256C93
  • activityBar.inactiveForeground#0F213160
  • activityBarBadge.background#256C93
  • activityBarBadge.foreground#FCFAF8
  • button.background#256C93
  • button.foreground#FCFAF8
  • button.hoverBackground#256C93dd
  • editor.background#FCFAF8
  • editor.foreground#0F2131
  • editor.inactiveSelectionBackground#835D212580
  • editor.lineHighlightBackground#F7F7F750
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#835D2125
  • editorCursor.foreground#256C93
  • editorGroupHeader.tabsBackground#F7F7F7aa
  • editorLineNumber.activeForeground#256C93
  • editorLineNumber.foreground#F2E7D580
  • focusBorder#256C93
  • foreground#0F2131
  • input.background#F7F7F7
  • input.border#00000015
  • input.foreground#0F2131
  • input.placeholderForeground#0F213160
  • list.activeSelectionBackground#256C9330
  • list.activeSelectionForeground#0F2131
  • list.highlightForeground#256C93
  • list.hoverBackground#F7F7F740
  • list.hoverForeground#0F2131
  • list.inactiveSelectionBackground#256C9315
  • list.inactiveSelectionForeground#0F2131
  • selection.background#835D2125
  • sideBar.background#F7F7F7
  • sideBar.border#00000015
  • sideBar.foreground#0F2131
  • sideBarSectionHeader.background#F7F7F780
  • sideBarSectionHeader.foreground#0F2131
  • sideBarTitle.foreground#256C93
  • statusBar.background#FCFAF8
  • statusBar.border#00000015
  • statusBar.foreground#0F2131
  • statusBar.noFolderBackground#FCFAF8
  • tab.activeBackground#FCFAF8
  • tab.activeBorderTop#256C93
  • tab.activeForeground#0F2131
  • tab.border#00000015
  • tab.inactiveBackground#FCFAF860
  • tab.inactiveForeground#0F213180
  • terminal.ansiBlack#0F2131
  • terminal.ansiBlue#835D21
  • terminal.ansiCyan#A34E29
  • terminal.ansiGreen#256C93
  • terminal.ansiMagenta#196276
  • terminal.ansiRed#196276
  • terminal.ansiWhite#0F2131
  • terminal.ansiYellow#A34E29
  • terminal.background#FCFAF8
  • terminal.foreground#0F2131
  • titleBar.activeBackground#FCFAF8
  • titleBar.activeForeground#0F2131
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFAF8
  • titleBar.inactiveForeground#0F213160
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#F2E7D5italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#835D21bold
storage.type, storage.modifier#835D21italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#256C93
string, punctuation.definition.string, string.template, meta.template.expression#A34E29
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#196276
variable, variable.other.readwrite, variable.other.object#0F2131
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0F2131
variable.parameter, meta.parameter#0F2131dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0F213180
keyword.operator#0F2131
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A34E29bold
entity.other.inherited-class#256C93
entity.name.tag, punctuation.definition.tag#835D21
entity.other.attribute-name#256C93
meta.diff, meta.diff.header#F2E7D5
markup.deleted#196276
markup.inserted#256C93
markup.changed#A34E29
markup.heading, markup.heading.setext, punctuation.definition.heading#256C93bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A34E29
string.other.link.title, string.other.link.description#256C93
markup.underline.link#F2E7D5underline
punctuation.definition.list#835D21
markup.quote, punctuation.definition.quote#F2E7D5italic