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#FFFAFA
  • activityBar.border#00000015
  • activityBar.foreground#932546
  • activityBar.inactiveForeground#1A1A1A60
  • activityBarBadge.background#932546
  • activityBarBadge.foreground#FFFAFA
  • button.background#932546
  • button.foreground#FFFAFA
  • button.hoverBackground#932546dd
  • editor.background#FFFAFA
  • editor.foreground#1A1A1A
  • editor.inactiveSelectionBackground#8321212580
  • editor.lineHighlightBackground#FAF8F450
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83212125
  • editorCursor.foreground#932546
  • editorGroupHeader.tabsBackground#FAF8F4aa
  • editorLineNumber.activeForeground#932546
  • editorLineNumber.foreground#A88C8680
  • focusBorder#932546
  • foreground#1A1A1A
  • input.background#FAF8F4
  • input.border#00000015
  • input.foreground#1A1A1A
  • input.placeholderForeground#1A1A1A60
  • list.activeSelectionBackground#93254630
  • list.activeSelectionForeground#1A1A1A
  • list.highlightForeground#932546
  • list.hoverBackground#FAF8F440
  • list.hoverForeground#1A1A1A
  • list.inactiveSelectionBackground#93254615
  • list.inactiveSelectionForeground#1A1A1A
  • selection.background#83212125
  • sideBar.background#FAF8F4
  • sideBar.border#00000015
  • sideBar.foreground#1A1A1A
  • sideBarSectionHeader.background#FAF8F480
  • sideBarSectionHeader.foreground#1A1A1A
  • sideBarTitle.foreground#932546
  • statusBar.background#FFFAFA
  • statusBar.border#00000015
  • statusBar.foreground#1A1A1A
  • statusBar.noFolderBackground#FFFAFA
  • tab.activeBackground#FFFAFA
  • tab.activeBorderTop#932546
  • tab.activeForeground#1A1A1A
  • tab.border#00000015
  • tab.inactiveBackground#FFFAFA60
  • tab.inactiveForeground#1A1A1A80
  • terminal.ansiBlack#1A1A1A
  • terminal.ansiBlue#832121
  • terminal.ansiCyan#A32929
  • terminal.ansiGreen#932546
  • terminal.ansiMagenta#765719
  • terminal.ansiRed#765719
  • terminal.ansiWhite#1A1A1A
  • terminal.ansiYellow#A32929
  • terminal.background#FFFAFA
  • terminal.foreground#1A1A1A
  • titleBar.activeBackground#FFFAFA
  • titleBar.activeForeground#1A1A1A
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFFAFA
  • titleBar.inactiveForeground#1A1A1A60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A88C86italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#832121bold
storage.type, storage.modifier#832121italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#932546
string, punctuation.definition.string, string.template, meta.template.expression#A32929
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#765719
variable, variable.other.readwrite, variable.other.object#1A1A1A
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1A1A1A
variable.parameter, meta.parameter#1A1A1Additalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1A1A1A80
keyword.operator#1A1A1A
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A32929bold
entity.other.inherited-class#932546
entity.name.tag, punctuation.definition.tag#832121
entity.other.attribute-name#932546
meta.diff, meta.diff.header#A88C86
markup.deleted#765719
markup.inserted#932546
markup.changed#A32929
markup.heading, markup.heading.setext, punctuation.definition.heading#932546bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A32929
string.other.link.title, string.other.link.description#932546
markup.underline.link#A88C86underline
punctuation.definition.list#832121
markup.quote, punctuation.definition.quote#A88C86italic