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#FCFDFC
  • activityBar.border#00000015
  • activityBar.foreground#256C93
  • activityBar.inactiveForeground#18283260
  • activityBarBadge.background#256C93
  • activityBarBadge.foreground#FCFDFC
  • button.background#256C93
  • button.foreground#FCFDFC
  • button.hoverBackground#256C93dd
  • editor.background#FCFDFC
  • editor.foreground#182832
  • editor.inactiveSelectionBackground#2165832580
  • editor.lineHighlightBackground#F6F8F850
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21658325
  • editorCursor.foreground#256C93
  • editorGroupHeader.tabsBackground#F6F8F8aa
  • editorLineNumber.activeForeground#256C93
  • editorLineNumber.foreground#d7dee180
  • focusBorder#256C93
  • foreground#182832
  • input.background#F6F8F8
  • input.border#00000015
  • input.foreground#182832
  • input.placeholderForeground#18283260
  • list.activeSelectionBackground#256C9330
  • list.activeSelectionForeground#182832
  • list.highlightForeground#256C93
  • list.hoverBackground#F6F8F840
  • list.hoverForeground#182832
  • list.inactiveSelectionBackground#256C9315
  • list.inactiveSelectionForeground#182832
  • selection.background#21658325
  • sideBar.background#F6F8F8
  • sideBar.border#00000015
  • sideBar.foreground#182832
  • sideBarSectionHeader.background#F6F8F880
  • sideBarSectionHeader.foreground#182832
  • sideBarTitle.foreground#256C93
  • statusBar.background#FCFDFC
  • statusBar.border#00000015
  • statusBar.foreground#182832
  • statusBar.noFolderBackground#FCFDFC
  • tab.activeBackground#FCFDFC
  • tab.activeBorderTop#256C93
  • tab.activeForeground#182832
  • tab.border#00000015
  • tab.inactiveBackground#FCFDFC60
  • tab.inactiveForeground#18283280
  • terminal.ansiBlack#182832
  • terminal.ansiBlue#216583
  • terminal.ansiCyan#A37429
  • terminal.ansiGreen#256C93
  • terminal.ansiMagenta#195276
  • terminal.ansiRed#195276
  • terminal.ansiWhite#182832
  • terminal.ansiYellow#A37429
  • terminal.background#FCFDFC
  • terminal.foreground#182832
  • titleBar.activeBackground#FCFDFC
  • titleBar.activeForeground#182832
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFDFC
  • titleBar.inactiveForeground#18283260
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d7dee1italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#216583bold
storage.type, storage.modifier#216583italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#256C93
string, punctuation.definition.string, string.template, meta.template.expression#A37429
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#195276
variable, variable.other.readwrite, variable.other.object#182832
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#182832
variable.parameter, meta.parameter#182832dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#18283280
keyword.operator#182832
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A37429bold
entity.other.inherited-class#256C93
entity.name.tag, punctuation.definition.tag#216583
entity.other.attribute-name#256C93
meta.diff, meta.diff.header#d7dee1
markup.deleted#195276
markup.inserted#256C93
markup.changed#A37429
markup.heading, markup.heading.setext, punctuation.definition.heading#256C93bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A37429
string.other.link.title, string.other.link.description#256C93
markup.underline.link#d7dee1underline
punctuation.definition.list#216583
markup.quote, punctuation.definition.quote#d7dee1italic