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#0a0a0c
  • activityBar.foreground#f8f8f2
  • activityBarBadge.background#8b1538
  • activityBarBadge.foreground#f8f8f2
  • badge.background#8b1538
  • badge.foreground#f8f8f2
  • button.background#641220
  • button.foreground#f8f8f2
  • button.hoverBackground#8b1538
  • debugToolBar.background#0a0a0c
  • diffEditor.insertedTextBackground#50fa7b20
  • diffEditor.removedTextBackground#8b153820
  • dropdown.background#1a1a1f
  • dropdown.border#44475a
  • dropdown.foreground#f8f8f2
  • editor.background#0a0a0c
  • editor.findMatchBackground#8b153840
  • editor.findMatchHighlightBackground#8b153820
  • editor.foreground#f8f8f2
  • editor.selectionBackground#44475a60
  • editor.selectionHighlightBackground#44475a30
  • editor.wordHighlightBackground#6272a420
  • editor.wordHighlightStrongBackground#6272a440
  • editorBracketMatch.background#8b153840
  • editorBracketMatch.border#8b1538
  • editorCursor.foreground#8b1538
  • editorError.foreground#8b1538
  • editorGroup.border#44475a
  • editorGroupHeader.tabsBackground#0a0a0c
  • editorGutter.addedBackground#50fa7b
  • editorGutter.background#0a0a0c
  • editorGutter.deletedBackground#8b1538
  • editorGutter.modifiedBackground#f1fa8c
  • editorIndentGuide.activeBackground1#8b1538
  • editorIndentGuide.background1#2a2a35
  • editorInfo.foreground#8be9fd
  • editorLineNumber.activeForeground#8b1538
  • editorLineNumber.foreground#6272a4
  • editorWarning.foreground#f1fa8c
  • editorWhitespace.foreground#2a2a35
  • focusBorder#8b1538
  • foreground#f8f8f2
  • gitDecoration.addedResourceForeground#50fa7b
  • gitDecoration.conflictingResourceForeground#bd93f9
  • gitDecoration.deletedResourceForeground#8b1538
  • gitDecoration.ignoredResourceForeground#6272a4
  • gitDecoration.modifiedResourceForeground#f1fa8c
  • gitDecoration.untrackedResourceForeground#50fa7b
  • input.background#1a1a1f
  • input.border#44475a
  • input.foreground#f8f8f2
  • inputOption.activeBorder#8b1538
  • list.activeSelectionBackground#44475a
  • list.activeSelectionForeground#f8f8f2
  • list.hoverBackground#2a2a35
  • list.inactiveSelectionBackground#2a2a35
  • merge.currentContentBackground#50fa7b20
  • merge.currentHeaderBackground#50fa7b90
  • merge.incomingContentBackground#8be9fd20
  • merge.incomingHeaderBackground#8be9fd90
  • panel.background#0a0a0c
  • panel.border#44475a
  • panelTitle.activeForeground#8b1538
  • panelTitle.inactiveForeground#6272a4
  • peekView.border#8b1538
  • peekViewEditor.background#1a1a1f
  • peekViewResult.background#1a1a1f
  • peekViewTitle.background#44475a
  • progressBar.background#8b1538
  • scrollbar.shadow#000000
  • scrollbarSlider.background#44475a80
  • scrollbarSlider.hoverBackground#44475a
  • sideBar.background#0a0a0c
  • sideBar.foreground#f8f8f2
  • sideBarSectionHeader.background#1a1a1f
  • sideBarSectionHeader.foreground#f8f8f2
  • statusBar.background#0a0a0c
  • statusBar.foreground#f8f8f2
  • statusBarItem.hoverBackground#44475a
  • tab.activeBackground#0a0a0c
  • tab.activeForeground#f8f8f2
  • tab.border#44475a
  • tab.inactiveBackground#1a1a1f
  • tab.inactiveForeground#6272a4
  • terminal.ansiBlack#1a1a1f
  • terminal.ansiBlue#6272a4
  • terminal.ansiBrightBlack#44475a
  • terminal.ansiBrightBlue#8be9fd
  • terminal.ansiBrightCyan#8be9fd
  • terminal.ansiBrightGreen#50fa7b
  • terminal.ansiBrightMagenta#bd93f9
  • terminal.ansiBrightRed#b91e47
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#f1fa8c
  • terminal.ansiCyan#8be9fd
  • terminal.ansiGreen#50fa7b
  • terminal.ansiMagenta#bd93f9
  • terminal.ansiRed#8b1538
  • terminal.ansiWhite#f8f8f2
  • terminal.ansiYellow#f1fa8c
  • terminal.background#0a0a0c
  • terminal.foreground#f8f8f2
  • titleBar.activeBackground#0a0a0c
  • titleBar.activeForeground#f8f8f2
  • titleBar.inactiveBackground#0a0a0c
  • titleBar.inactiveForeground#e6e6e6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6272a4italic
string, string.quoted#f1fa8c—
constant.numeric#bd93f9—
constant.language, constant.character#bd93f9—
keyword, keyword.control#8b1538bold
storage.type, storage.modifier#8b1538bold
entity.name.function, meta.function-call#50fa7b—
entity.name.class, entity.name.type#8be9fd—
variable#f8f8f2—
support.function#8be9fd—
support.class#8be9fd—
keyword.operator#f8f8f2—
punctuation#f8f8f2—
entity.name.tag#8b1538—
entity.other.attribute-name#50fa7b—
support.type, support.other#8be9fd—
invalid#f8f8f2—
source.json meta.structure.dictionary.json support.type.property-name.json#8be9fd—
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#50fa7b—
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#f1fa8c—
markup.italic#bd93f9italic
markup.bold#8b1538bold
markup.underline—underline
markup.strike—strikethrough
markup.quote#6272a4italic
markup.raw.block#8be9fd—
markup.table#f8f8f2—
markup.heading#8b1538bold
markup.underline.link#8be9fd—
meta.link#bd93f9—
markup.inline.raw, markup.fenced_code.block#50fa7b—
support.type.property-name.css#8be9fd—
support.constant.property-value.css, meta.property-value.css#f1fa8c—
entity.name.tag.css, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#50fa7b—
variable.other.readwrite.js, variable.other.readwrite.ts#f8f8f2—
variable.language.this#bd93f9italic
variable.language.self.python#bd93f9italic
entity.name.function.decorator.python#50fa7b—
string.regexp#bd93f9—
string.template#f1fa8c—