Skip to main content
Coding Theme

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#ffffff
  • activityBar.foreground#ffffff
  • activityBarBadge.background#ffffff
  • activityBarBadge.foreground#ffffff
  • badge.background#ffffff
  • badge.foreground#ffffff
  • breadcrumbPicker.background#ffffff
  • button.background#ffffff
  • debugToolBar.background#ffffff
  • diffEditor.insertedTextBackground#ffffff
  • diffEditor.removedTextBackground#ffffff
  • dropdown.background#ffffff
  • dropdown.listBackground#ffffff
  • editor.background#ffffff
  • editor.findMatchBackground#ffffff
  • editor.findMatchHighlightBackground#ffffff
  • editor.findRangeHighlightBackground#ffffff
  • editor.hoverHighlightBackground#ffffff
  • editor.inactiveSelectionBackground#ffffff
  • editor.lineHighlightBackground#ffffff
  • editor.rangeHighlightBackground#ffffff
  • editor.selectionBackground#ffffff
  • editor.selectionHighlightBackground#ffffff
  • editor.wordHighlightBackground#ffffff
  • editor.wordHighlightStrongBackground#ffffff
  • editorBracketMatch.background#ffffff
  • editorBracketMatch.border#ffffff
  • editorCodeLens.foreground#ffffff
  • editorCursor.background#ffffff
  • editorCursor.foreground#ffffff
  • editorError.foreground#ffffff
  • editorGroup.border#ffffff
  • editorGroup.dropBackground#ffffff
  • editorGroupHeader.tabsBackground#ffffff
  • editorGutter.addedBackground#ffffff
  • editorGutter.deletedBackground#ffffff
  • editorGutter.modifiedBackground#ffffff
  • editorIndentGuide.activeBackground#ffffff
  • editorIndentGuide.background#ffffff
  • editorLineNumber.activeForeground#ffffff
  • editorLineNumber.foreground#ffffff
  • editorOverviewRuler.addedForeground#ffffff
  • editorOverviewRuler.border#ffffff
  • editorOverviewRuler.bracketMatchForeground#ffffff
  • editorOverviewRuler.deletedForeground#ffffff
  • editorOverviewRuler.errorForeground#ffffff
  • editorOverviewRuler.findMatchForeground#ffffff
  • editorOverviewRuler.modifiedForeground#ffffff
  • editorOverviewRuler.warningForeground#ffffff
  • editorRuler.foreground#ffffff
  • editorSuggestWidget.highlightForeground#ffffff
  • editorWarning.foreground#ffffff
  • editorWhitespace.foreground#ffffff
  • editorWidget.background#ffffff
  • editorWidget.border#ffffff
  • errorForeground#ffffff
  • extensionButton.prominentBackground#ffffff
  • extensionButton.prominentHoverBackground#ffffff
  • focusBorder#ffffff
  • foreground#ffffff
  • gitDecoration.addedResourceForeground#ffffff
  • gitDecoration.deletedResourceForeground#ffffff
  • gitDecoration.ignoredResourceForeground#ffffff
  • gitDecoration.modifiedResourceForeground#ffffff
  • gitDecoration.untrackedResourceForeground#ffffff
  • input.background#ffffff
  • inputOption.activeBorder#ffffff
  • inputValidation.errorBackground#ffffff
  • inputValidation.errorBorder#ffffff
  • list.activeSelectionBackground#ffffff
  • list.activeSelectionForeground#ffffff
  • list.dropBackground#ffffff
  • list.errorForeground#ffffff
  • list.focusBackground#ffffff
  • list.focusForeground#ffffff
  • list.highlightForeground#ffffff
  • list.hoverBackground#ffffff
  • list.hoverForeground#ffffff
  • list.inactiveFocusBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • list.inactiveSelectionForeground#ffffff
  • list.warningForeground#ffffff
  • panelTitle.activeBorder#ffffff
  • peekView.border#ffffff
  • peekViewEditor.background#ffffff
  • peekViewEditor.matchHighlightBackground#ffffff
  • peekViewResult.background#ffffff
  • peekViewResult.matchHighlightBackground#ffffff
  • peekViewResult.selectionBackground#ffffff
  • peekViewTitle.background#ffffff
  • pickerGroup.foreground#ffffff
  • progressBar.background#ffffff
  • scrollbar.shadow#ffffff
  • scrollbarSlider.activeBackground#ffffff
  • scrollbarSlider.background#ffffff
  • scrollbarSlider.hoverBackground#ffffff
  • selection.background#ffffff
  • sideBar.background#ffffff
  • sideBar.dropBackground#ffffff
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#ffffff
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#ffffff
  • statusBar.debuggingBackground#ffffff
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ffffff
  • statusBarItem.hoverBackground#ffffff
  • statusBarItem.prominentBackground#ffffff
  • statusBarItem.prominentHoverBackground#ffffff
  • tab.activeBackground#ffffff
  • tab.activeBorder#ffffff
  • tab.border#ffffff
  • tab.inactiveBackground#ffffff
  • terminal.ansiBlue#ffffff
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#ffffff
  • terminal.ansiBrightGreen#ffffff
  • terminal.ansiBrightMagenta#ffffff
  • terminal.ansiBrightRed#ffffff
  • terminal.ansiBrightYellow#ffffff
  • terminal.ansiCyan#ffffff
  • terminal.ansiGreen#ffffff
  • terminal.ansiMagenta#ffffff
  • terminal.ansiRed#ffffff
  • terminal.ansiYellow#ffffff
  • terminal.foreground#ffffff
  • terminal.selectionBackground#ffffff
  • terminalCursor.background#ffffff
  • terminalCursor.foreground#ffffff
  • textLink.activeForeground#ffffff
  • textLink.foreground#ffffff
  • titleBar.activeBackground#ffffff
  • titleBar.inactiveBackground#ffffff
  • walkThrough.embeddedEditorBackground#ffffff
  • widget.shadow#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#ffffffitalic
comment.block.preprocessor#ffffff
comment.documentation, comment.block.documentation#ffffff—
invalid.illegal#ffffff—
keyword.operator#ffffff—
keyword, storage#ffffff—
storage.type, support.type#ffffff—
constant.language, support.constant, variable.language#ffffff—
variable, support.variable#ffffff—
entity.name.function, support.function#ffffffbold
entity.name.type, entity.other.inherited-class, support.class#ffffffbold
entity.name.exception#ffffff—
entity.name.section—bold
constant.numeric, constant.character, constant#ffffff—
string#ffffff—
constant.character.escape#ffffff—
string.regexp#ffffff—
constant.other.symbol#ffffff—
punctuation#ffffff—
meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html#ffffff—
meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#ffffff—
entity.name.tag#ffffff—
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#ffffffitalic
constant.character.entity, punctuation.definition.entity#ffffff—
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#ffffff—
meta.property-name, support.type.property-name#ffffff—
meta.property-value, meta.property-value constant.other, support.constant.property-value#ffffff—
keyword.other.important—bold
markup.changed#ffffff—
markup.deleted#ffffff—
markup.italic—italic
markup.error#ffffff—
markup.inserted#ffffff—
meta.link#ffffff—
markup.output, markup.raw#ffffff—
markup.prompt#ffffff—
markup.heading#ffffff—
markup.bold—bold
markup.traceback#ffffff—
markup.underline—underline
markup.quote#ffffff—
markup.list#ffffff—
markup.bold, markup.italic#ffffff—
markup.inline.raw#ffffff
meta.diff.range, meta.diff.index, meta.separator#ffffff—
meta.diff.header.from-file#ffffff—
meta.diff.header.to-file#ffffff—
text.html.derivative#ffffff—
source.python#ffffff—
source.html#ffffff—
source.c#ffffff—
source.cpp#ffffff—
source.cs#ffffff—
source.java#ffffff—
source.css#ffffff—
source.dart#ffffff—
source.go#ffffff—
source.js#ffffff—
source.yaml#ffffff—
source.tsx#ffffff—
source.ts#ffffff—
source.swift#ffffff—
source.shell#ffffff—
source.rust#ffffff—
source.ruby#ffffff—
source.powershell#ffffff—
source.perl#ffffff—
source.js.jsx#ffffff—
source.json#ffffff—
source.json.comments#ffffff—
Burb Lite by sp3p3x - VS Code Theme