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#1D1611
  • activityBar.border#ffffff15
  • activityBar.foreground#7467E9
  • activityBar.inactiveForeground#F6F4F760
  • activityBarBadge.background#7467E9
  • activityBarBadge.foreground#1D1611
  • button.background#7467E9
  • button.foreground#1D1611
  • button.hoverBackground#7467E9dd
  • editor.background#1D1611
  • editor.foreground#F6F4F7
  • editor.inactiveSelectionBackground#8179EC3580
  • editor.lineHighlightBackground#201D3940
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#8179EC35
  • editorCursor.foreground#7467E9
  • editorGroupHeader.tabsBackground#1D1611dd
  • editorLineNumber.activeForeground#7467E9
  • editorLineNumber.foreground#A6AEA680
  • focusBorder#7467E9
  • foreground#F6F4F7
  • input.background#201D39
  • input.border#ffffff15
  • input.foreground#F6F4F7
  • input.placeholderForeground#F6F4F760
  • list.activeSelectionBackground#7467E930
  • list.activeSelectionForeground#F6F4F7
  • list.highlightForeground#7467E9
  • list.hoverBackground#201D3940
  • list.hoverForeground#F6F4F7
  • list.inactiveSelectionBackground#7467E915
  • list.inactiveSelectionForeground#F6F4F7
  • selection.background#8179EC35
  • sideBar.background#201D39
  • sideBar.border#ffffff15
  • sideBar.foreground#F6F4F7
  • sideBarSectionHeader.background#1D161180
  • sideBarSectionHeader.foreground#F6F4F7
  • sideBarTitle.foreground#7467E9
  • statusBar.background#1D1611
  • statusBar.border#ffffff15
  • statusBar.foreground#F6F4F7
  • statusBar.noFolderBackground#1D1611
  • tab.activeBackground#1D1611
  • tab.activeBorderTop#7467E9
  • tab.activeForeground#F6F4F7
  • tab.border#ffffff15
  • tab.inactiveBackground#201D3960
  • tab.inactiveForeground#F6F4F780
  • terminal.ansiBlack#1D1611
  • terminal.ansiBlue#8179EC
  • terminal.ansiCyan#97E755
  • terminal.ansiGreen#7467E9
  • terminal.ansiMagenta#B6F183
  • terminal.ansiRed#B6F183
  • terminal.ansiWhite#F6F4F7
  • terminal.ansiYellow#97E755
  • terminal.background#1D1611
  • terminal.foreground#F6F4F7
  • titleBar.activeBackground#1D1611
  • titleBar.activeForeground#F6F4F7
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#1D1611
  • titleBar.inactiveForeground#F6F4F760
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A6AEA6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#8179ECbold
storage.type, storage.modifier#8179ECitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#7467E9
string, punctuation.definition.string, string.template, meta.template.expression#97E755
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#B6F183
variable, variable.other.readwrite, variable.other.object#F6F4F7
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F6F4F7
variable.parameter, meta.parameter#F6F4F7dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F6F4F780
keyword.operator#F6F4F7
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#97E755bold
entity.other.inherited-class#7467E9
entity.name.tag, punctuation.definition.tag#8179EC
entity.other.attribute-name#7467E9
meta.diff, meta.diff.header#A6AEA6
markup.deleted#B6F183
markup.inserted#7467E9
markup.changed#97E755
markup.heading, markup.heading.setext, punctuation.definition.heading#7467E9bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#97E755
string.other.link.title, string.other.link.description#7467E9
markup.underline.link#A6AEA6underline
punctuation.definition.list#8179EC
markup.quote, punctuation.definition.quote#A6AEA6italic