Skip to main content
CodingTheme

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#121216
  • activityBar.border#12121660
  • activityBar.foreground#FFFFFF
  • activityBarBadge.background#80CBC4
  • activityBarBadge.foreground#000000
  • badge.background#00000030
  • badge.foreground#56595B
  • button.background#83868C50
  • debugToolBar.background#121216
  • diffEditor.insertedTextBackground#98DC9A15
  • diffEditor.removedTextBackground#FF837D20
  • dropdown.background#121216
  • dropdown.border#FFFFFF10
  • editor.background#121216
  • editor.findWidgetResizeBorder#80CBC4
  • editor.foreground#FFFFFF
  • editor.lineHighlightBackground#00000050
  • editor.selectionBackground#83868C50
  • editor.selectionHighlightBackground#F9DE8120
  • editorBracketMatch.background#121216
  • editorBracketMatch.border#F9DE8150
  • editorCursor.foreground#F9DE81
  • editorError.foreground#FF837D70
  • editorGroup.border#00000030
  • editorGroupHeader.tabsBackground#121216
  • editorGutter.addedBackground#98DC9A60
  • editorGutter.deletedBackground#FF837D60
  • editorGutter.modifiedBackground#9ABEFF60
  • editorHoverWidget.background#121216
  • editorHoverWidget.border#FFFFFF10
  • editorIndentGuide.activeBackground#4A4A4A
  • editorIndentGuide.background#4A4A4A70
  • editorLineNumber.activeForeground#83868C
  • editorLineNumber.foreground#4A4A4A
  • editorLink.activeForeground#FFFFFF
  • editorMarkerNavigation.background#FFFFFF05
  • editorOverviewRuler.border#121216
  • editorRuler.foreground#4A4A4A
  • editorSuggestWidget.background#121216
  • editorSuggestWidget.border#FFFFFF10
  • editorSuggestWidget.foreground#FFFFFF
  • editorSuggestWidget.highlightForeground#80CBC4
  • editorSuggestWidget.selectedBackground#00000050
  • editorWarning.foreground#98DC9A70
  • editorWhitespace.foreground#FFFFFF40
  • editorWidget.background#121216
  • editorWidget.border
  • extensionButton.prominentBackground#98DC9A90
  • extensionButton.prominentHoverBackground#98DC9A
  • focusBorder#FFFFFF00
  • gitDecoration.conflictingResourceForeground#F9DE8190
  • gitDecoration.deletedResourceForeground#FF837D90
  • gitDecoration.ignoredResourceForeground#83868C90
  • gitDecoration.modifiedResourceForeground#9ABEFF90
  • gitDecoration.untrackedResourceForeground#98DC9A90
  • input.background#FFFFFF05
  • input.border#FFFFFF10
  • input.foreground#FFFFFF
  • input.placeholderForeground#FFFFFF60
  • inputValidation.errorBorder#FF837D50
  • inputValidation.infoBorder#9ABEFF50
  • inputValidation.warningBorder#F9DE8150
  • list.activeSelectionBackground#121216
  • list.activeSelectionForeground#80CBC4
  • list.focusBackground#FFFFFF20
  • list.focusForeground#FFFFFF
  • list.highlightForeground#80CBC4
  • list.hoverBackground#121216
  • list.hoverForeground#FFFFFF
  • list.inactiveSelectionBackground#00000030
  • list.inactiveSelectionForeground#80CBC4
  • notificationLink.foreground#80CBC4
  • notifications.background#121216
  • notifications.foreground#FFFFFF
  • panel.background#121216
  • panel.border#12121660
  • panelTitle.activeForeground#FFFFFF
  • peekView.border#00000030
  • peekViewEditor.background#FFFFFF05
  • peekViewEditor.matchHighlightBackground#83868C50
  • peekViewEditorGutter.background#FFFFFF05
  • peekViewResult.background#FFFFFF05
  • peekViewResult.matchHighlightBackground#83868C50
  • peekViewResult.selectionBackground#83868C70
  • peekViewTitle.background#FFFFFF05
  • peekViewTitleDescription.foreground#FFFFFF60
  • pickerGroup.foreground#80CBC4
  • progressBar.background#80CBC4
  • scrollbar.shadow#12121600
  • scrollbarSlider.activeBackground#80CBC4
  • scrollbarSlider.background#00000050
  • scrollbarSlider.hoverBackground#00000030
  • selection.background#FFFFFF
  • sideBar.background#121216
  • sideBar.border#12121660
  • sideBar.foreground#83868C
  • sideBarSectionHeader.background#121216
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#121216
  • statusBar.border#12121660
  • statusBar.debuggingBackground#8C72BD
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#83868C
  • statusBar.noFolderBackground#121216
  • statusBarItem.hoverBackground#56595B20
  • tab.activeBorder#121216
  • tab.activeForeground#FFFFFF
  • tab.border#121216
  • tab.inactiveBackground#121216
  • tab.inactiveForeground#83868C
  • tab.unfocusedActiveBorder#121216
  • tab.unfocusedActiveForeground#FFFFFFCC
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#9ABEFF
  • terminal.ansiBrightBlack#56595B
  • terminal.ansiBrightBlue#9ABEFF
  • terminal.ansiBrightCyan#9ABEFF
  • terminal.ansiBrightGreen#98DC9A
  • terminal.ansiBrightMagenta#8C72BD
  • terminal.ansiBrightRed#FF837D
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#F9DE81
  • terminal.ansiCyan#9ABEFF
  • terminal.ansiGreen#98DC9A
  • terminal.ansiMagenta#8C72BD
  • terminal.ansiRed#FF837D
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#F9DE81
  • textLink.activeForeground#FFFFFF
  • textLink.foreground#80CBC4
  • titleBar.activeBackground#121216
  • titleBar.activeForeground#FFFFFF
  • titleBar.border#12121660
  • titleBar.inactiveBackground#121216
  • titleBar.inactiveForeground#83868C
  • widget.shadow#00000030

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment, punctuation.definition.comment#56595Bitalic
variable, string constant.other.placeholder#FFFFFF
constant.other.php#F8C18C
constant.other.color#ffffff
invalid, invalid.illegal#FF837D
invalid.deprecated#8C72BD
keyword, storage.type, storage.modifier#8C72BD
Keyword, Storageitalic
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#9ABEFF
keyword.controlitalic
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#FF837D
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#9ABEFF
source.cpp meta.block variable.other#FF837D
variable.other.constant#FF837D
support.other.variable, string.other.link#FF837D
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#FF837D
variable.parameter.function.language.special#FF837D
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#98DC9Anormal
entity.name, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#F9DE81
support.type#bddfff
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#bddfff
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF837D
variable.language#FF837Ditalic
entity.name.method.js#9ABEFFitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#9ABEFF
entity.other.attribute-name#8C72BD
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#F9DE81italic
entity.other.attribute-name.class#F9DE81
source.sass keyword.control#9ABEFF
markup.inserted#98DC9A
markup.deleted#FF837D
markup.changed#8C72BD
string.regexp#9ABEFF
constant.character.escape#9ABEFF
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#9ABEFFitalic
source.js constant.other.object.key.js string.unquoted.label.js#FF837Ditalic
source.json meta.structure.dictionary.json support.type.property-name.json#8C72BD
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#F9DE81
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#FF837D
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#FF837D
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#BA6561
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#9ABEFF
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#FF837D
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#8C72BD
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#98DC9A
text.html.markdown, punctuation.definition.list_item.markdown#FFFFFF
text.html.markdown markup.inline.raw.markdown#8C72BD
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#83868C
text.html.markdown meta.dummy.line-break
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#98DC9A
markup.italic#FF837Ditalic
markup.bold, markup.bold string#FF837Dbold
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#FF837Dbold
markup.underline#FF837Dunderline
markup.strikestrike
markup.quote punctuation.definition.blockquote.markdown#83868C
markup.quoteitalic
string.other.link.title.markdown#9ABEFF
string.other.link.description.title.markdown#8C72BD
constant.other.reference.link.markdown#F9DE81
markup.raw.block#8C72BD
markup.fenced_code.block.markdown, markup.inline.raw.string.markdown#FFFFFF90
variable.language.fenced.markdown#83868C
meta.separator#83868Cbold
markup.table#FFFFFF

Shiki preview

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

Loading...

Delta Color Theme by Leif Niemczik - VS Code Theme