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#000000
  • activityBar.border#000000
  • activityBar.dropBorder#001f3f
  • activityBar.foreground#ffffff
  • activityBar.inactiveForeground#ffffff99
  • activityBarBadge.background#ffd700
  • activityBarBadge.foreground#000000
  • badge.background#ffd700
  • badge.foreground#000000
  • breadcrumb.activeSelectionForeground#ffffff
  • breadcrumb.background#1a1a2e
  • breadcrumb.focusForeground#ffffff
  • breadcrumb.foreground#1a1a2e
  • breadcrumbPicker.background#000000
  • button.background#ffd700
  • button.foreground#000000
  • button.hoverBackground#ffd70099
  • debugExceptionWidget.background#001f3f
  • debugExceptionWidget.border#001f3f
  • debugToolBar.background#001f3f
  • debugToolBar.border#001f3f
  • descriptionForeground#ffffff
  • diffEditor.border#001f3f
  • diffEditor.insertedTextBackground#001f3f22
  • diffEditor.insertedTextBorder#001f3f44
  • diffEditor.removedTextBackground#ff634722
  • diffEditor.removedTextBorder#ff634744
  • dropdown.background#001f3f
  • dropdown.border#001f3f
  • dropdown.foreground#ffffff
  • dropdown.listBackground#000000
  • editor.background#000000
  • editor.findMatchBackground#1a1a2e
  • editor.findMatchBorder#ffd700
  • editor.findMatchHighlightBackground#1a1a2e
  • editor.findRangeHighlightBackground#1a1a2e
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#1a1a2e
  • editor.inactiveSelectionBackground#1a1a2e
  • editor.lineHighlightBackground#001f3f
  • editor.lineHighlightBorder#001f3f
  • editor.rangeHighlightBackground#001f3f
  • editor.selectionBackground#001f3f
  • editor.selectionForeground#ffffff
  • editor.selectionHighlightBackground#001f3f
  • editor.wordHighlightBackground#1a1a2e
  • editor.wordHighlightStrongBackground#1a1a2e
  • editorBracketMatch.background#1a1a2e
  • editorBracketMatch.border#ffd700
  • editorCodeLens.foreground#ffffff
  • editorCursor.background#000000
  • editorCursor.foreground#ffd700
  • editorError.foreground#ff6347
  • editorGroup.border#001f3f
  • editorGroup.dropBackground#001f3f
  • editorGroup.emptyBackground#1a1a2e
  • editorGroup.focusedEmptyBorder#1a1a2e
  • editorGroupHeader.noTabsBackground#1a1a2e
  • editorGroupHeader.tabsBackground#000000
  • editorGroupHeader.tabsBorder#000000
  • editorGutter.addedBackground#001f3f
  • editorGutter.background#000000
  • editorGutter.deletedBackground#ff6347
  • editorGutter.modifiedBackground#001f3f
  • editorHint.foreground#ffd700
  • editorHoverWidget.background#001f3f
  • editorHoverWidget.border#001f3f
  • editorIndentGuide.activeBackground1#1a1a2e77
  • editorIndentGuide.background1#1a1a2e33
  • editorInfo.foreground#ffd700
  • editorInlayHint.background#000000
  • editorInlayHint.foreground#ffffff99
  • editorLineNumber.activeForeground#ffd700
  • editorLineNumber.foreground#1a1a2e
  • editorLink.activeForeground#ffd700
  • editorMarkerNavigation.background#001f3f
  • editorMarkerNavigationError.background#ff6347
  • editorMarkerNavigationInfo.background#ffd700
  • editorMarkerNavigationWarning.background#ffd700
  • editorOverviewRuler.addedForeground#001f3f
  • editorOverviewRuler.border#001f3f
  • editorOverviewRuler.bracketMatchForeground#ffd700
  • editorOverviewRuler.commonContentForeground#001f3f
  • editorOverviewRuler.currentContentForeground#001f3f
  • editorOverviewRuler.deletedForeground#ff6347
  • editorOverviewRuler.errorForeground#ff6347
  • editorOverviewRuler.findMatchForeground#ffd700
  • editorOverviewRuler.incomingContentForeground#001f3f
  • editorOverviewRuler.infoForeground#ffd700
  • editorOverviewRuler.modifiedForeground#001f3f
  • editorOverviewRuler.rangeHighlightForeground#1a1a2e
  • editorOverviewRuler.selectionHighlightForeground#1a1a2e
  • editorOverviewRuler.warningForeground#ffd700
  • editorOverviewRuler.wordHighlightForeground#1a1a2e
  • editorOverviewRuler.wordHighlightStrongForeground#1a1a2e
  • editorPane.background#1a1a2e
  • editorRuler.foreground#001f3f
  • editorSuggestWidget.background#001f3f
  • editorSuggestWidget.border#001f3f
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#ffd700
  • editorSuggestWidget.selectedBackground#1a1a2e
  • editorWarning.foreground#ffd700
  • editorWhitespace.foreground#1a1a2e
  • editorWidget.background#000000
  • editorWidget.border#000000
  • errorForeground#ff6347
  • extensionButton.prominentBackground#ffd700
  • extensionButton.prominentForeground#001f3f
  • extensionButton.prominentHoverBackground#ffd70099
  • focusBorder#1a1a2e
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#ff6347
  • gitDecoration.deletedResourceForeground#ff6347
  • gitDecoration.ignoredResourceForeground#1a1a2e
  • gitDecoration.modifiedResourceForeground#001f3f
  • gitDecoration.untrackedResourceForeground#001f3f
  • input.background#000000
  • input.border#001f3f
  • input.foreground#ffffff
  • input.placeholderForeground#1a1a2e
  • inputOption.activeBorder#001f3f
  • inputValidation.errorBackground#000000
  • inputValidation.errorBorder#ff6347
  • inputValidation.errorForeground#ff6347
  • inputValidation.infoBackground#000000
  • inputValidation.infoBorder#ffd700
  • inputValidation.infoForeground#ffd700
  • inputValidation.warningBackground#000000
  • inputValidation.warningBorder#ffd700
  • inputValidation.warningForeground#ffd700
  • list.activeSelectionBackground#001f3f
  • list.activeSelectionForeground#ffffff
  • list.dropBackground#001f3f
  • list.errorForeground#ff6347
  • list.focusBackground#001f3f
  • list.focusForeground#ffffff
  • list.highlightForeground#ffd700
  • list.hoverBackground#001f3f
  • list.hoverForeground#ffffff
  • list.inactiveFocusBackground#001f3f
  • list.inactiveSelectionBackground#001f3f
  • list.inactiveSelectionForeground#ffffff
  • list.invalidItemForeground#ff6347
  • list.warningForeground#ffd700
  • listFilterWidget.background#001f3f
  • listFilterWidget.noMatchesOutline#ff6347
  • listFilterWidget.outline#001f3f
  • menu.background#000000
  • menu.foreground#1a1a2e
  • menu.selectionBackground#001f3f
  • menu.selectionForeground#ffffff
  • menubar.selectionBackground#001f3f
  • menubar.selectionForeground#ffffff
  • merge.border#1a1a2e
  • merge.commonContentBackground#001f3f55
  • merge.commonHeaderBackground#001f3f77
  • merge.currentContentBackground#001f3f22
  • merge.currentHeaderBackground#001f3f77
  • merge.incomingContentBackground#001f3f22
  • merge.incomingHeaderBackground#001f3f77
  • notificationCenter.border#000000
  • notificationCenterHeader.background#000000
  • notificationCenterHeader.foreground#ffffff
  • notificationLink.foreground#ffffff
  • notifications.background#000000
  • notifications.border#000000
  • notifications.foreground#ffffff
  • notificationToast.border#000000
  • panel.background#000000
  • panel.border#1a1a2e
  • panel.dropBorder#001f3f
  • panelInput.border#1a1a2e
  • panelSection.border#001f3f
  • panelSection.dropBackground#001f3f
  • panelSectionHeader.background#1a1a2e
  • panelSectionHeader.foreground#ffd700
  • panelTitle.activeBorder#ffd700
  • panelTitle.activeForeground#ffffff
  • panelTitle.inactiveForeground#1a1a2e
  • peekView.border#ffd700
  • peekViewEditor.background#001f3f
  • peekViewEditor.matchHighlightBackground#1a1a2e
  • peekViewEditor.matchHighlightBorder#ffd700
  • peekViewEditorGutter.background#000000
  • peekViewResult.background#001f3f
  • peekViewResult.fileForeground#1a1a2e
  • peekViewResult.lineForeground#ffffff
  • peekViewResult.matchHighlightBackground#ffd70033
  • peekViewResult.selectionBackground#001f3f
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#001f3f
  • peekViewTitleDescription.foreground#1a1a2e
  • peekViewTitleLabel.foreground#1a1a2e
  • pickerGroup.border#001f3f
  • pickerGroup.foreground#ffd700
  • progressBar.background#ffd700
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#1a1a2e
  • scrollbarSlider.background#1a1a2e55
  • scrollbarSlider.hoverBackground#1a1a2e99
  • selection.background#001f3f
  • settings.checkboxBackground#001f3f
  • settings.checkboxBorder#001f3f
  • settings.checkboxForeground#ffffff
  • settings.dropdownBackground#001f3f
  • settings.dropdownBorder#001f3f
  • settings.dropdownForeground#ffffff
  • settings.dropdownListBorder#001f3f
  • settings.headerForeground#ffffff
  • settings.modifiedItemIndicator#001f3f
  • settings.numberInputBackground#001f3f
  • settings.numberInputBorder#001f3f
  • settings.numberInputForeground#ffffff
  • settings.textInputBackground#001f3f
  • settings.textInputBorder#001f3f
  • settings.textInputForeground#ffffff
  • sideBar.background#000000
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#1a1a2e
  • sideBarSectionHeader.border#000000
  • sideBarSectionHeader.foreground#ffd700
  • sideBarTitle.foreground#ffd700
  • statusBar.background#000000
  • statusBar.border#000000
  • statusBar.debuggingBackground#000000
  • statusBar.debuggingForeground#1a1a2e
  • statusBar.foreground#1a1a2e
  • statusBar.noFolderBackground#000000
  • statusBar.noFolderForeground#1a1a2e
  • statusBarItem.activeBackground#001f3f
  • statusBarItem.hoverBackground#1a1a2e
  • statusBarItem.remoteBackground#000000
  • statusBarItem.remoteForeground#1a1a2e
  • tab.activeBackground#1a1a2e
  • tab.activeBorder#ffd700
  • tab.activeBorderTop#000000
  • tab.activeForeground#ffffff
  • tab.border#000000
  • tab.hoverBackground#001f3f
  • tab.hoverBorder#ffd700
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#ffffff77
  • tab.unfocusedActiveBackground#1a1a2e
  • tab.unfocusedActiveBorder#ffd70077
  • tab.unfocusedActiveBorderTop#1a1a2e
  • tab.unfocusedActiveForeground#ffffff
  • tab.unfocusedHoverBackground#1a1a2e
  • tab.unfocusedHoverBorder#ffd70077
  • tab.unfocusedInactiveForeground#ffffff77
  • terminal.ansiBlack#001f3f
  • terminal.ansiBlue#001f3f
  • terminal.ansiBrightBlack#1a1a2e
  • terminal.ansiBrightBlue#001f3f
  • terminal.ansiBrightCyan#001f3f
  • terminal.ansiBrightGreen#ffd700
  • terminal.ansiBrightMagenta#ffd700
  • terminal.ansiBrightRed#ff6347
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffd700
  • terminal.ansiCyan#001f3f
  • terminal.ansiGreen#ffd700
  • terminal.ansiMagenta#ffd700
  • terminal.ansiRed#ff6347
  • terminal.ansiWhite#ffffff
  • terminal.background#000000
  • terminal.border#000000
  • terminal.foreground#ffffff
  • terminal.selectionBackground#1a1a2e
  • terminalCursor.background#ffd700
  • terminalCursor.foreground#ffd700
  • textBlockQuote.background#001f3f
  • textBlockQuote.border#001f3f
  • textCodeBlock.background#000000
  • textLink.activeForeground#ffd700
  • textLink.foreground#ffd700
  • textPreformat.foreground#ffffff
  • textSeparator.foreground#ffffff
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#ffffff
  • titleBar.border#000000
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#1a1a2e
  • tree.indentGuidesStroke#001f3f
  • walkThrough.embeddedEditorBackground#000000
  • welcomePage.buttonBackground#001f3f
  • welcomePage.buttonHoverBackground#1a1a2e
  • widget.shadow#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment, punctuation.definition.comment#1a1a2eitalic
variable, string constant.other.placeholder, source#ffffff
constant.other.color, punctuation.definition.entity, constant.character.entity, punctuation.definition.template-expression, punctuation.section.tag.twig#ffd700
invalid, invalid.illegal#ff6347
keyword, storage.type, storage.modifier, constant.numeric, constant.language, support.constant, constant.character, constant.escape#ffd700
punctuation, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution, meta.brace, meta.block, meta.jsx, meta.embedded.expression, meta.template.expression, meta.tag.block.any.html, string.unquoted.tag-string.nunjucks, text.html.nunjucks#ffffff
punctuation.separator.key-value.html, keyword.control, keyword.operator, constant.other.color, punctuation.definition.constant, meta.function.block.start.handlebars, meta.function.inline.other, meta.property-value, support.constant.mathematical-symbols, support.constant.vendored.property-value, punctuation.definition.keyword, punctuation.accessor, punctuation.separator.property, string.unquoted.filter-pipe#ffd700
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter, support.variable.dom, meta.import, meta.export, meta.export.default, support.class.builtin, support.class.component, variable.other.object#ffffff
entity.name.function, variable.function, support.function, keyword.other.special-method, meta.function-call, keyword.control.filter#ffd700
meta.block variable.other#ffffff
variable.parameter, text.html, punctuation.section.property-list, meta.property-value.scss punctuation, meta.property-list, keyword.operator.type.annotation, variable.other.object.property#ffffff
string, constant.other.symbol, constant.other.key, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js, punctuation.definition.string, entity.name.section.markdown, meta.attribute-selector, entity.name.import.go, storage.type.attr.nunjucks#ffd700
entity.name, support.type, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types, meta.object-literal.key#ffffff
support.type, support.class, keyword.other.debugger, entity.other.inherited-class, meta.property-name, punctuation.definition.raw.markdown, variable.graphql, variable.other.readwrite#ffffff
source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name, support.type.property-name, support.variable.object.node, support.variable.object.process#ffffff
entity.name.module.js, variable.import.parameter.js#ff6347
variable.language#ffffffitalic
entity.name.method.js#ffffffitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#ffffff
entity.other.attribute-name#ffd700
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#ffd700
entity.other.attribute-name.class, punctuation.definition.entity.css#ffd700
source.sass keyword.control#ffffff
markup.inserted#001f3f
markup.deleted#ff6347
markup.changed#ffd700
string.regexp#ffd700
constant.character.escape#ffffff
*url*, *link*, *uri*underline
meta.decorator, tag.decorator.js entity.name.tag, tag.decorator.js punctuation.definition.tag#ffffff
source.js constant.other.object.key.js string.unquoted.label.js#ff6347italic
source.json meta.structure.dictionary.json support.type.property-name.json#ffffff
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#ffffff
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#ffd700
source.json meta.structure.dictionary.json meta.structure.dictionary.value.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#ffffff
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.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#ffd700
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.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#ffffff
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.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#ffd700
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.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#ffffff
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.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#ffd700
markup.italic#ff6347italic
markup.bold#ff6347bold
markup.underline#ffd700underline
markup.strike#ffd700italic
markup.quote#ffffffitalic
markup.raw.block#ffd700
markup.table#ffffff
text.html.markdown, punctuation.definition.list_item.markdown#ffffff
text.html.markdown markup.raw.inline, text.html.markdown markup.inline.raw.string.markdown#ffffff
text.html.markdown meta.dummy.line-break#ffffff
markdown.heading, markup.heading, markup.heading entity.name, markup.heading.markdown, punctuation.definition.heading.markdown#ffd700
markup.quote, punctuation.definition.blockquote.markdown#ffffffitalic
string.other.link.title.markdown#ffd700underline
markup.raw.block.fenced.markdown#ffffff
punctuation.definition.fenced.markdown, variable.language.fenced.markdown#ffffff
variable.language.fenced.markdown#ffffff
meta.separator#ffffff
token.info-token#ffffff
token.warn-token#ffd700
token.error-token#ff6347
token.debug-token#ffd700
storage.type.error.go#ffffff
punctuation.other.period.go#ffd700
Midnight Drift by Barkerbg001 - VS Code Theme