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#FDFDFC
  • activityBar.border#00000015
  • activityBar.foreground#256393
  • activityBar.inactiveForeground#0a0d1260
  • activityBarBadge.background#256393
  • activityBarBadge.foreground#FDFDFC
  • button.background#256393
  • button.foreground#FDFDFC
  • button.hoverBackground#256393dd
  • editor.background#FDFDFC
  • editor.foreground#0a0d12
  • editor.inactiveSelectionBackground#2156832580
  • editor.lineHighlightBackground#F8F6F250
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21568325
  • editorCursor.foreground#256393
  • editorGroupHeader.tabsBackground#F8F6F2aa
  • editorLineNumber.activeForeground#256393
  • editorLineNumber.foreground#c7ccd680
  • focusBorder#256393
  • foreground#0a0d12
  • input.background#F8F6F2
  • input.border#00000015
  • input.foreground#0a0d12
  • input.placeholderForeground#0a0d1260
  • list.activeSelectionBackground#25639330
  • list.activeSelectionForeground#0a0d12
  • list.highlightForeground#256393
  • list.hoverBackground#F8F6F240
  • list.hoverForeground#0a0d12
  • list.inactiveSelectionBackground#25639315
  • list.inactiveSelectionForeground#0a0d12
  • selection.background#21568325
  • sideBar.background#F8F6F2
  • sideBar.border#00000015
  • sideBar.foreground#0a0d12
  • sideBarSectionHeader.background#F8F6F280
  • sideBarSectionHeader.foreground#0a0d12
  • sideBarTitle.foreground#256393
  • statusBar.background#FDFDFC
  • statusBar.border#00000015
  • statusBar.foreground#0a0d12
  • statusBar.noFolderBackground#FDFDFC
  • tab.activeBackground#FDFDFC
  • tab.activeBorderTop#256393
  • tab.activeForeground#0a0d12
  • tab.border#00000015
  • tab.inactiveBackground#FDFDFC60
  • tab.inactiveForeground#0a0d1280
  • terminal.ansiBlack#0a0d12
  • terminal.ansiBlue#215683
  • terminal.ansiCyan#2997A3
  • terminal.ansiGreen#256393
  • terminal.ansiMagenta#193B76
  • terminal.ansiRed#193B76
  • terminal.ansiWhite#0a0d12
  • terminal.ansiYellow#2997A3
  • terminal.background#FDFDFC
  • terminal.foreground#0a0d12
  • titleBar.activeBackground#FDFDFC
  • titleBar.activeForeground#0a0d12
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FDFDFC
  • titleBar.inactiveForeground#0a0d1260
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#c7ccd6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#215683bold
storage.type, storage.modifier#215683italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#256393
string, punctuation.definition.string, string.template, meta.template.expression#2997A3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#193B76
variable, variable.other.readwrite, variable.other.object#0a0d12
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0a0d12
variable.parameter, meta.parameter#0a0d12dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0a0d1280
keyword.operator#0a0d12
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2997A3bold
entity.other.inherited-class#256393
entity.name.tag, punctuation.definition.tag#215683
entity.other.attribute-name#256393
meta.diff, meta.diff.header#c7ccd6
markup.deleted#193B76
markup.inserted#256393
markup.changed#2997A3
markup.heading, markup.heading.setext, punctuation.definition.heading#256393bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2997A3
string.other.link.title, string.other.link.description#256393
markup.underline.link#c7ccd6underline
punctuation.definition.list#215683
markup.quote, punctuation.definition.quote#c7ccd6italic