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.dropBorder#cabdae
  • activityBar.foreground#cabdae
  • activityBarBadge.background#1d1d1d
  • activityBarBadge.foreground#ffffff
  • badge.background#1d1d1d
  • badge.foreground#ffffff
  • button.background#000000
  • button.border#cabdae
  • button.foreground#cabdae
  • button.hoverBackground#000000
  • button.secondaryBackground#000000
  • button.secondaryForeground#cabdae
  • button.separator#cabdae
  • checkbox.background#000000
  • checkbox.border#cabdae
  • checkbox.foreground#cabdae
  • checkbox.selectBackground#cabdae
  • checkbox.selectBorder#cabdae
  • debugExceptionWidget.border#00000000
  • descriptionForeground#c4c4c4
  • disabledForeground#c4c4c4
  • dropdown.background#000000
  • dropdown.foreground#cabdae
  • dropdown.listBackground#000000
  • editor.background#000000
  • editor.foldBackground#1d1d1d
  • editor.foreground#d2d2d2
  • editor.hoverHighlightBackground#1d1d1d
  • editor.inactiveSelectionBackground#1d1d1d
  • editor.lineHighlightBackground#000000
  • editor.lineHighlightBorder#222426
  • editor.selectionBackground#222426
  • editor.selectionForeground#ffffff
  • editor.selectionHighlightBackground#ffff0044
  • editor.wordHighlightBackground#00000000
  • editor.wordHighlightBorder#cabdae
  • editor.wordHighlightStrongBackground#00000000
  • editor.wordHighlightStrongBorder#cabdae
  • editorBracketMatch.background#ffff0044
  • editorBracketMatch.border#cabdae
  • editorCodeLens.foreground#cabdae
  • editorCursor.foreground#ffff00
  • editorGroup.border#1d1d1d
  • editorGroup.dropBackground#1d1d1d
  • editorGroup.dropIntoPromptBackground#000000
  • editorGroupHeader.noTabsBackground#000000
  • editorGroupHeader.tabsBackground#000000
  • editorHoverWidget.border#00000000
  • editorIndentGuide.activeBackground#222426
  • editorIndentGuide.background#1d1d1d
  • editorLineNumber.activeForeground#cabdae
  • editorLineNumber.foreground#222426
  • editorLink.activeForeground#ffffff
  • editorOverviewRuler.background#000000
  • editorOverviewRuler.border#1d1d1d
  • editorRuler.foreground#222426
  • editorSuggestWidget.border#00000000
  • editorWhitespace.foreground#222426
  • editorWidget.background#1d1d1d
  • editorWidget.border#cabdae
  • errorForeground#ff0000
  • extensionButton.background#1d1d1d
  • extensionButton.foreground#cabdae
  • focusBorder#cabdae
  • foreground#d2d2d2
  • icon.foreground#c4c4c4
  • input.background#1d1d1d
  • list.activeSelectionBackground#1d1d1d
  • list.dropBackground#1d1d1d
  • list.focusBackground#1d1d1d
  • list.hoverBackground#1d1d1d
  • list.inactiveFocusBackground#1d1d1d
  • list.inactiveSelectionBackground#1d1d1d
  • listFilterWidget.shadow#00000000
  • menu.background#1d1d1d
  • notificationCenterHeader.background#1d1d1d
  • notifications.background#1d1d1d
  • panel.background#000000
  • panel.border#1d1d1d
  • panel.dropBorder#cabdae
  • panelTitle.activeBorder#cabdae
  • panelTitle.activeForeground#cabdae
  • peekView.border#1d1d1d
  • peekViewEditor.background#000000
  • peekViewResult.background#1d1d1d
  • peekViewResult.selectionBackground#1d1d1d
  • peekViewTitle.background#1d1d1d
  • progressBar.background#cabdae
  • scrollbar.shadow#00000000
  • scrollbarSlider.activeBackground#ffffff44
  • scrollbarSlider.background#ffffff22
  • scrollbarSlider.hoverBackground#ffffff33
  • sideBar.background#000000
  • sideBar.dropBackground#1d1d1d
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.foreground#cabdae
  • sideBarTitle.foreground#c4c4c4
  • statusBar.background#000000
  • statusBar.border#1d1d1d
  • statusBar.foreground#c4c4c4
  • statusBar.noFolderBackground#000000
  • statusBar.noFolderForeground#c4c4c4
  • tab.activeBackground#1d1d1d
  • tab.activeForeground#d2d2d2
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#c4c4c4
  • tab.unfocusedActiveBackground#1d1d1d
  • terminal.background#000000
  • terminal.dropBackground#1d1d1d
  • terminal.inactiveSelectionBackground#1d1d1d
  • terminal.selectionBackground#222426
  • terminalCursor.foreground#ffff00
  • textBlockQuote.background#1d1d1d
  • textBlockQuote.border#cabdae
  • textCodeBlock.background#000000
  • textLink.activeForeground#ffffff
  • textLink.foreground#cabdae
  • textPreformat.foreground#c4c4c4
  • textSeparator.foreground#c4c4c4
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#c4c4c4
  • titleBar.border#1d1d1d
  • titleBar.inactiveBackground#000000
  • toolbar.activeBackground#00000000
  • toolbar.hoverBackground#00000000
  • toolbar.hoverOutline#00000000
  • tree.indentGuidesStroke#222426
  • widget.shadow#00000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#76995d
variable, string constant.other.placeholder#cabdae
constant.other.color#969696
invalid, invalid.illegal#ff0000
keyword, storage.type, storage.modifier#969696
keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#969696
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#cabdae
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#cbceff
meta.block variable.other#d2d2d2
support.other.variable, string.other.link#d2d2d2
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#ffffff
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#76995d
entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#969696
support.type#d2d2d2
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#d2d2d2
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#d2d2d2
variable.language#d2d2d2
entity.name.method.js#cbceff
meta.class-method.js entity.name.function.js, variable.function.constructor#cbceff
entity.other.attribute-name#969696
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#969696
entity.other.attribute-name.class#969696
source.sass keyword.control#969696
markup.inserted#C3E88D
markup.deleted#FF5370
markup.changed#C792EA
string.regexp#76995d
constant.character.escape#d2d2d2
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#d2d2d2
source.js constant.other.object.key.js string.unquoted.label.js#ffffff
source.json meta.structure.dictionary.json support.type.property-name.json#d2d2d2
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#c4c4c4
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#d2d2d2
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#c4c4c4
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#d2d2d2
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#c4c4c4
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#d2d2d2
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#c4c4c4
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#d2d2d2
text.html.markdown, punctuation.definition.list_item.markdown#d2d2d2
text.html.markdown markup.inline.raw.markdown#d2d2d2
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#969696
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#ffffff
markup.italic#cabdaeitalic
markup.bold, markup.bold string#cabdaebold
markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string#cabdaebold
markup.underline#76995dunderline
markup.quote#cbceff
string.other.link.title.markdown#ffffff
string.other.link.description.title.markdown#76995d
constant.other.reference.link.markdown#ffffff
markup.raw.block#ffffff
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#cabdae
variable.language.fenced.markdown#cabdae
meta.separator#969696bold
markup.table#969696
support.type.property-name.table#969696
support.type.property-name.array#cabdae

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Mostly Black - Coding Theme