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#FCFDFD
  • activityBar.border#00000015
  • activityBar.foreground#259393
  • activityBar.inactiveForeground#1A1B1D60
  • activityBarBadge.background#259393
  • activityBarBadge.foreground#FCFDFD
  • button.background#259393
  • button.foreground#FCFDFD
  • button.hoverBackground#259393dd
  • editor.background#FCFDFD
  • editor.foreground#1A1B1D
  • editor.inactiveSelectionBackground#2164832580
  • editor.lineHighlightBackground#F7F7F750
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21648325
  • editorCursor.foreground#259393
  • editorGroupHeader.tabsBackground#F7F7F7aa
  • editorLineNumber.activeForeground#259393
  • editorLineNumber.foreground#D9DEE280
  • focusBorder#259393
  • foreground#1A1B1D
  • input.background#F7F7F7
  • input.border#00000015
  • input.foreground#1A1B1D
  • input.placeholderForeground#1A1B1D60
  • list.activeSelectionBackground#25939330
  • list.activeSelectionForeground#1A1B1D
  • list.highlightForeground#259393
  • list.hoverBackground#F7F7F740
  • list.hoverForeground#1A1B1D
  • list.inactiveSelectionBackground#25939315
  • list.inactiveSelectionForeground#1A1B1D
  • selection.background#21648325
  • sideBar.background#F7F7F7
  • sideBar.border#00000015
  • sideBar.foreground#1A1B1D
  • sideBarSectionHeader.background#F7F7F780
  • sideBarSectionHeader.foreground#1A1B1D
  • sideBarTitle.foreground#259393
  • statusBar.background#FCFDFD
  • statusBar.border#00000015
  • statusBar.foreground#1A1B1D
  • statusBar.noFolderBackground#FCFDFD
  • tab.activeBackground#FCFDFD
  • tab.activeBorderTop#259393
  • tab.activeForeground#1A1B1D
  • tab.border#00000015
  • tab.inactiveBackground#FCFDFD60
  • tab.inactiveForeground#1A1B1D80
  • terminal.ansiBlack#1A1B1D
  • terminal.ansiBlue#216483
  • terminal.ansiCyan#58A329
  • terminal.ansiGreen#259393
  • terminal.ansiMagenta#765A19
  • terminal.ansiRed#765A19
  • terminal.ansiWhite#1A1B1D
  • terminal.ansiYellow#58A329
  • terminal.background#FCFDFD
  • terminal.foreground#1A1B1D
  • titleBar.activeBackground#FCFDFD
  • titleBar.activeForeground#1A1B1D
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFDFD
  • titleBar.inactiveForeground#1A1B1D60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D9DEE2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#216483bold
storage.type, storage.modifier#216483italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#259393
string, punctuation.definition.string, string.template, meta.template.expression#58A329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#765A19
variable, variable.other.readwrite, variable.other.object#1A1B1D
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1A1B1D
variable.parameter, meta.parameter#1A1B1Ddditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1A1B1D80
keyword.operator#1A1B1D
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#58A329bold
entity.other.inherited-class#259393
entity.name.tag, punctuation.definition.tag#216483
entity.other.attribute-name#259393
meta.diff, meta.diff.header#D9DEE2
markup.deleted#765A19
markup.inserted#259393
markup.changed#58A329
markup.heading, markup.heading.setext, punctuation.definition.heading#259393bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#58A329
string.other.link.title, string.other.link.description#259393
markup.underline.link#D9DEE2underline
punctuation.definition.list#216483
markup.quote, punctuation.definition.quote#D9DEE2italic