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#FBFBFE
  • activityBar.border#00000015
  • activityBar.foreground#258C93
  • activityBar.inactiveForeground#0A1F3360
  • activityBarBadge.background#258C93
  • activityBarBadge.foreground#FBFBFE
  • button.background#258C93
  • button.foreground#FBFBFE
  • button.hoverBackground#258C93dd
  • editor.background#FBFBFE
  • editor.foreground#0A1F33
  • editor.inactiveSelectionBackground#836C212580
  • editor.lineHighlightBackground#FFF9B350
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#836C2125
  • editorCursor.foreground#258C93
  • editorGroupHeader.tabsBackground#FFF9B3aa
  • editorLineNumber.activeForeground#258C93
  • editorLineNumber.foreground#E6F1F780
  • focusBorder#258C93
  • foreground#0A1F33
  • input.background#FFF9B3
  • input.border#00000015
  • input.foreground#0A1F33
  • input.placeholderForeground#0A1F3360
  • list.activeSelectionBackground#258C9330
  • list.activeSelectionForeground#0A1F33
  • list.highlightForeground#258C93
  • list.hoverBackground#FFF9B340
  • list.hoverForeground#0A1F33
  • list.inactiveSelectionBackground#258C9315
  • list.inactiveSelectionForeground#0A1F33
  • selection.background#836C2125
  • sideBar.background#FFF9B3
  • sideBar.border#00000015
  • sideBar.foreground#0A1F33
  • sideBarSectionHeader.background#FFF9B380
  • sideBarSectionHeader.foreground#0A1F33
  • sideBarTitle.foreground#258C93
  • statusBar.background#FBFBFE
  • statusBar.border#00000015
  • statusBar.foreground#0A1F33
  • statusBar.noFolderBackground#FBFBFE
  • tab.activeBackground#FBFBFE
  • tab.activeBorderTop#258C93
  • tab.activeForeground#0A1F33
  • tab.border#00000015
  • tab.inactiveBackground#FBFBFE60
  • tab.inactiveForeground#0A1F3380
  • terminal.ansiBlack#0A1F33
  • terminal.ansiBlue#836C21
  • terminal.ansiCyan#6AA329
  • terminal.ansiGreen#258C93
  • terminal.ansiMagenta#193876
  • terminal.ansiRed#193876
  • terminal.ansiWhite#0A1F33
  • terminal.ansiYellow#6AA329
  • terminal.background#FBFBFE
  • terminal.foreground#0A1F33
  • titleBar.activeBackground#FBFBFE
  • titleBar.activeForeground#0A1F33
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FBFBFE
  • titleBar.inactiveForeground#0A1F3360
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E6F1F7italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#836C21bold
storage.type, storage.modifier#836C21italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#258C93
string, punctuation.definition.string, string.template, meta.template.expression#6AA329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#193876
variable, variable.other.readwrite, variable.other.object#0A1F33
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0A1F33
variable.parameter, meta.parameter#0A1F33dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0A1F3380
keyword.operator#0A1F33
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#6AA329bold
entity.other.inherited-class#258C93
entity.name.tag, punctuation.definition.tag#836C21
entity.other.attribute-name#258C93
meta.diff, meta.diff.header#E6F1F7
markup.deleted#193876
markup.inserted#258C93
markup.changed#6AA329
markup.heading, markup.heading.setext, punctuation.definition.heading#258C93bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#6AA329
string.other.link.title, string.other.link.description#258C93
markup.underline.link#E6F1F7underline
punctuation.definition.list#836C21
markup.quote, punctuation.definition.quote#E6F1F7italic