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#FAFDFF
  • activityBar.border#00000015
  • activityBar.foreground#255493
  • activityBar.inactiveForeground#071A2B60
  • activityBarBadge.background#255493
  • activityBarBadge.foreground#FAFDFF
  • button.background#255493
  • button.foreground#FAFDFF
  • button.hoverBackground#255493dd
  • editor.background#FAFDFF
  • editor.foreground#071A2B
  • editor.inactiveSelectionBackground#214E832580
  • editor.lineHighlightBackground#D5E1EC50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#214E8325
  • editorCursor.foreground#255493
  • editorGroupHeader.tabsBackground#D5E1ECaa
  • editorLineNumber.activeForeground#255493
  • editorLineNumber.foreground#E6F0F780
  • focusBorder#255493
  • foreground#071A2B
  • input.background#D5E1EC
  • input.border#00000015
  • input.foreground#071A2B
  • input.placeholderForeground#071A2B60
  • list.activeSelectionBackground#25549330
  • list.activeSelectionForeground#071A2B
  • list.highlightForeground#255493
  • list.hoverBackground#D5E1EC40
  • list.hoverForeground#071A2B
  • list.inactiveSelectionBackground#25549315
  • list.inactiveSelectionForeground#071A2B
  • selection.background#214E8325
  • sideBar.background#D5E1EC
  • sideBar.border#00000015
  • sideBar.foreground#071A2B
  • sideBarSectionHeader.background#D5E1EC80
  • sideBarSectionHeader.foreground#071A2B
  • sideBarTitle.foreground#255493
  • statusBar.background#FAFDFF
  • statusBar.border#00000015
  • statusBar.foreground#071A2B
  • statusBar.noFolderBackground#FAFDFF
  • tab.activeBackground#FAFDFF
  • tab.activeBorderTop#255493
  • tab.activeForeground#071A2B
  • tab.border#00000015
  • tab.inactiveBackground#FAFDFF60
  • tab.inactiveForeground#071A2B80
  • terminal.ansiBlack#071A2B
  • terminal.ansiBlue#214E83
  • terminal.ansiCyan#298DA3
  • terminal.ansiGreen#255493
  • terminal.ansiMagenta#197663
  • terminal.ansiRed#197663
  • terminal.ansiWhite#071A2B
  • terminal.ansiYellow#298DA3
  • terminal.background#FAFDFF
  • terminal.foreground#071A2B
  • titleBar.activeBackground#FAFDFF
  • titleBar.activeForeground#071A2B
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FAFDFF
  • titleBar.inactiveForeground#071A2B60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E6F0F7italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#214E83bold
storage.type, storage.modifier#214E83italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#255493
string, punctuation.definition.string, string.template, meta.template.expression#298DA3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#197663
variable, variable.other.readwrite, variable.other.object#071A2B
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#071A2B
variable.parameter, meta.parameter#071A2Bdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#071A2B80
keyword.operator#071A2B
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#298DA3bold
entity.other.inherited-class#255493
entity.name.tag, punctuation.definition.tag#214E83
entity.other.attribute-name#255493
meta.diff, meta.diff.header#E6F0F7
markup.deleted#197663
markup.inserted#255493
markup.changed#298DA3
markup.heading, markup.heading.setext, punctuation.definition.heading#255493bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#298DA3
string.other.link.title, string.other.link.description#255493
markup.underline.link#E6F0F7underline
punctuation.definition.list#214E83
markup.quote, punctuation.definition.quote#E6F0F7italic