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#255A93
  • activityBar.inactiveForeground#0D182260
  • activityBarBadge.background#255A93
  • activityBarBadge.foreground#FAFDFF
  • button.background#255A93
  • button.foreground#FAFDFF
  • button.hoverBackground#255A93dd
  • editor.background#FAFDFF
  • editor.foreground#0D1822
  • editor.inactiveSelectionBackground#2149832580
  • editor.lineHighlightBackground#F3FAFC50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21498325
  • editorCursor.foreground#255A93
  • editorGroupHeader.tabsBackground#F3FAFCaa
  • editorLineNumber.activeForeground#255A93
  • editorLineNumber.foreground#A09B8C80
  • focusBorder#255A93
  • foreground#0D1822
  • input.background#F3FAFC
  • input.border#00000015
  • input.foreground#0D1822
  • input.placeholderForeground#0D182260
  • list.activeSelectionBackground#255A9330
  • list.activeSelectionForeground#0D1822
  • list.highlightForeground#255A93
  • list.hoverBackground#F3FAFC40
  • list.hoverForeground#0D1822
  • list.inactiveSelectionBackground#255A9315
  • list.inactiveSelectionForeground#0D1822
  • selection.background#21498325
  • sideBar.background#F3FAFC
  • sideBar.border#00000015
  • sideBar.foreground#0D1822
  • sideBarSectionHeader.background#F3FAFC80
  • sideBarSectionHeader.foreground#0D1822
  • sideBarTitle.foreground#255A93
  • statusBar.background#FAFDFF
  • statusBar.border#00000015
  • statusBar.foreground#0D1822
  • statusBar.noFolderBackground#FAFDFF
  • tab.activeBackground#FAFDFF
  • tab.activeBorderTop#255A93
  • tab.activeForeground#0D1822
  • tab.border#00000015
  • tab.inactiveBackground#FAFDFF60
  • tab.inactiveForeground#0D182280
  • terminal.ansiBlack#0D1822
  • terminal.ansiBlue#214983
  • terminal.ansiCyan#4EA329
  • terminal.ansiGreen#255A93
  • terminal.ansiMagenta#196876
  • terminal.ansiRed#196876
  • terminal.ansiWhite#0D1822
  • terminal.ansiYellow#4EA329
  • terminal.background#FAFDFF
  • terminal.foreground#0D1822
  • titleBar.activeBackground#FAFDFF
  • titleBar.activeForeground#0D1822
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FAFDFF
  • titleBar.inactiveForeground#0D182260
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A09B8Citalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#214983bold
storage.type, storage.modifier#214983italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#255A93
string, punctuation.definition.string, string.template, meta.template.expression#4EA329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#196876
variable, variable.other.readwrite, variable.other.object#0D1822
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0D1822
variable.parameter, meta.parameter#0D1822dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0D182280
keyword.operator#0D1822
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#4EA329bold
entity.other.inherited-class#255A93
entity.name.tag, punctuation.definition.tag#214983
entity.other.attribute-name#255A93
meta.diff, meta.diff.header#A09B8C
markup.deleted#196876
markup.inserted#255A93
markup.changed#4EA329
markup.heading, markup.heading.setext, punctuation.definition.heading#255A93bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#4EA329
string.other.link.title, string.other.link.description#255A93
markup.underline.link#A09B8Cunderline
punctuation.definition.list#214983
markup.quote, punctuation.definition.quote#A09B8Citalic