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#FDFDFB
  • activityBar.border#00000015
  • activityBar.foreground#256793
  • activityBar.inactiveForeground#0E172060
  • activityBarBadge.background#256793
  • activityBarBadge.foreground#FDFDFB
  • button.background#256793
  • button.foreground#FDFDFB
  • button.hoverBackground#256793dd
  • editor.background#FDFDFB
  • editor.foreground#0E1720
  • editor.inactiveSelectionBackground#2162832580
  • editor.lineHighlightBackground#FFF5F050
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21628325
  • editorCursor.foreground#256793
  • editorGroupHeader.tabsBackground#FFF5F0aa
  • editorLineNumber.activeForeground#256793
  • editorLineNumber.foreground#6F7E8680
  • focusBorder#256793
  • foreground#0E1720
  • input.background#FFF5F0
  • input.border#00000015
  • input.foreground#0E1720
  • input.placeholderForeground#0E172060
  • list.activeSelectionBackground#25679330
  • list.activeSelectionForeground#0E1720
  • list.highlightForeground#256793
  • list.hoverBackground#FFF5F040
  • list.hoverForeground#0E1720
  • list.inactiveSelectionBackground#25679315
  • list.inactiveSelectionForeground#0E1720
  • selection.background#21628325
  • sideBar.background#FFF5F0
  • sideBar.border#00000015
  • sideBar.foreground#0E1720
  • sideBarSectionHeader.background#FFF5F080
  • sideBarSectionHeader.foreground#0E1720
  • sideBarTitle.foreground#256793
  • statusBar.background#FDFDFB
  • statusBar.border#00000015
  • statusBar.foreground#0E1720
  • statusBar.noFolderBackground#FDFDFB
  • tab.activeBackground#FDFDFB
  • tab.activeBorderTop#256793
  • tab.activeForeground#0E1720
  • tab.border#00000015
  • tab.inactiveBackground#FDFDFB60
  • tab.inactiveForeground#0E172080
  • terminal.ansiBlack#0E1720
  • terminal.ansiBlue#216283
  • terminal.ansiCyan#A38129
  • terminal.ansiGreen#256793
  • terminal.ansiMagenta#195276
  • terminal.ansiRed#195276
  • terminal.ansiWhite#0E1720
  • terminal.ansiYellow#A38129
  • terminal.background#FDFDFB
  • terminal.foreground#0E1720
  • titleBar.activeBackground#FDFDFB
  • titleBar.activeForeground#0E1720
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FDFDFB
  • titleBar.inactiveForeground#0E172060
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6F7E86italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#216283bold
storage.type, storage.modifier#216283italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#256793
string, punctuation.definition.string, string.template, meta.template.expression#A38129
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#195276
variable, variable.other.readwrite, variable.other.object#0E1720
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0E1720
variable.parameter, meta.parameter#0E1720dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0E172080
keyword.operator#0E1720
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A38129bold
entity.other.inherited-class#256793
entity.name.tag, punctuation.definition.tag#216283
entity.other.attribute-name#256793
meta.diff, meta.diff.header#6F7E86
markup.deleted#195276
markup.inserted#256793
markup.changed#A38129
markup.heading, markup.heading.setext, punctuation.definition.heading#256793bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A38129
string.other.link.title, string.other.link.description#256793
markup.underline.link#6F7E86underline
punctuation.definition.list#216283
markup.quote, punctuation.definition.quote#6F7E86italic