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#FCFCFC
  • activityBar.border#00000015
  • activityBar.foreground#932537
  • activityBar.inactiveForeground#080B0D60
  • activityBarBadge.background#932537
  • activityBarBadge.foreground#FCFCFC
  • button.background#932537
  • button.foreground#FCFCFC
  • button.hoverBackground#932537dd
  • editor.background#FCFCFC
  • editor.foreground#080B0D
  • editor.inactiveSelectionBackground#835F212580
  • editor.lineHighlightBackground#F8F8F750
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#835F2125
  • editorCursor.foreground#932537
  • editorGroupHeader.tabsBackground#F8F8F7aa
  • editorLineNumber.activeForeground#932537
  • editorLineNumber.foreground#9b9b9580
  • focusBorder#932537
  • foreground#080B0D
  • input.background#F8F8F7
  • input.border#00000015
  • input.foreground#080B0D
  • input.placeholderForeground#080B0D60
  • list.activeSelectionBackground#93253730
  • list.activeSelectionForeground#080B0D
  • list.highlightForeground#932537
  • list.hoverBackground#F8F8F740
  • list.hoverForeground#080B0D
  • list.inactiveSelectionBackground#93253715
  • list.inactiveSelectionForeground#080B0D
  • selection.background#835F2125
  • sideBar.background#F8F8F7
  • sideBar.border#00000015
  • sideBar.foreground#080B0D
  • sideBarSectionHeader.background#F8F8F780
  • sideBarSectionHeader.foreground#080B0D
  • sideBarTitle.foreground#932537
  • statusBar.background#FCFCFC
  • statusBar.border#00000015
  • statusBar.foreground#080B0D
  • statusBar.noFolderBackground#FCFCFC
  • tab.activeBackground#FCFCFC
  • tab.activeBorderTop#932537
  • tab.activeForeground#080B0D
  • tab.border#00000015
  • tab.inactiveBackground#FCFCFC60
  • tab.inactiveForeground#080B0D80
  • terminal.ansiBlack#080B0D
  • terminal.ansiBlue#835F21
  • terminal.ansiCyan#A37A29
  • terminal.ansiGreen#932537
  • terminal.ansiMagenta#765719
  • terminal.ansiRed#765719
  • terminal.ansiWhite#080B0D
  • terminal.ansiYellow#A37A29
  • terminal.background#FCFCFC
  • terminal.foreground#080B0D
  • titleBar.activeBackground#FCFCFC
  • titleBar.activeForeground#080B0D
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFCFC
  • titleBar.inactiveForeground#080B0D60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9b9b95italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#835F21bold
storage.type, storage.modifier#835F21italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#932537
string, punctuation.definition.string, string.template, meta.template.expression#A37A29
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#765719
variable, variable.other.readwrite, variable.other.object#080B0D
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#080B0D
variable.parameter, meta.parameter#080B0Ddditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#080B0D80
keyword.operator#080B0D
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A37A29bold
entity.other.inherited-class#932537
entity.name.tag, punctuation.definition.tag#835F21
entity.other.attribute-name#932537
meta.diff, meta.diff.header#9b9b95
markup.deleted#765719
markup.inserted#932537
markup.changed#A37A29
markup.heading, markup.heading.setext, punctuation.definition.heading#932537bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A37A29
string.other.link.title, string.other.link.description#932537
markup.underline.link#9b9b95underline
punctuation.definition.list#835F21
markup.quote, punctuation.definition.quote#9b9b95italic