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#08080f
  • activityBar.dropBackground#08080f86
  • activityBar.foreground#ec00ff
  • activityBar.inactiveForeground#ffffff99
  • activityBarBadge.background#880088
  • activityBarBadge.foreground#ffffff
  • badge.background#880088
  • badge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#880088
  • breadcrumb.background#08080fd5
  • breadcrumb.focusForeground#e0e0e0
  • breadcrumb.foreground#cccccccc
  • breadcrumbPicker.background#262641
  • button.background#2b3c5d
  • debugExceptionWidget.background#051336
  • debugExceptionWidget.border#ab395b
  • debugToolBar.background#051336
  • diffEditor.insertedTextBackground#31958a55
  • diffEditor.removedTextBackground#892f4688
  • dropdown.background#181f2f
  • editor.background#0c0c18
  • editor.findMatchHighlightBackground#eeeeee44
  • editor.foreground#DDD
  • editor.lineHighlightBackground#88008800
  • editor.lineHighlightBorder#08080f
  • editor.selectionBackground#880088
  • editorCursor.foreground#880088
  • editorGroup.border#2b2b4a
  • editorGroup.dropBackground#8800884f
  • editorGroupHeader.tabsBackground#1c1c2a
  • editorHoverWidget.background#0c0c18
  • editorHoverWidget.border#880088
  • editorIndentGuide.activeBackground#204972
  • editorIndentGuide.background#002952
  • editorLineNumber.activeForeground#ec00ff
  • editorLineNumber.foreground#406385
  • editorLink.activeForeground#880088
  • editorMarkerNavigation.background#060621
  • editorMarkerNavigationError.background#ab395b
  • editorMarkerNavigationWarning.background#5b7e7a
  • editorSuggestWidget.highlightForeground#880088
  • editorSuggestWidget.selectedBackground#08286b
  • editorWhitespace.foreground#4c5010
  • editorWidget.background#08080fde
  • extensionButton.prominentBackground#880088
  • extensionButton.prominentHoverBackground#880088
  • focusBorder#880088
  • foreground#EEE
  • input.background#08080f9c
  • inputOption.activeBorder#00e6ff
  • inputValidation.errorBackground#a22d44
  • inputValidation.errorBorder#ab395b
  • inputValidation.infoBackground#051336
  • inputValidation.infoBorder#384078
  • inputValidation.warningBackground#5b7e7a
  • inputValidation.warningBorder#5b7e7a
  • list.activeSelectionBackground#880088
  • list.activeSelectionForeground#ffffff
  • list.dropBackground#88008888
  • list.errorForeground#f88070
  • list.focusBackground#880088
  • list.highlightForeground#ff00ff
  • list.hoverBackground#880088
  • list.hoverForeground#ffffff
  • list.inactiveSelectionBackground#88008852
  • list.inactiveSelectionForeground#ffffff
  • list.invalidItemForeground#b89500
  • list.warningForeground#cca700
  • panel.background#08080f
  • panel.border#880088
  • panel.dropBackground#ffffff1f
  • panelTitle.activeBorder#880088
  • panelTitle.activeForeground#e7e7e7
  • panelTitle.inactiveForeground#e7e7e799
  • peekView.border#880088
  • peekViewEditor.background#08080fde
  • peekViewEditor.matchHighlightBackground#eeeeee33
  • peekViewResult.background#060621
  • peekViewResult.matchHighlightBackground#eeeeee44
  • peekViewTitle.background#10192c
  • pickerGroup.border#596f99
  • pickerGroup.foreground#596f99
  • progressBar.background#880088
  • scrollbar.shadow#515e91aa
  • scrollbarSlider.activeBackground#34294f7e
  • scrollbarSlider.background#34294f7e
  • scrollbarSlider.hoverBackground#880088
  • sideBar.background#08080fde
  • sideBar.dropBackground#0b0e24
  • sideBar.foreground#ffffff99
  • sideBarSectionHeader.background#08080f
  • sideBarSectionHeader.border#880088
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#08080f
  • statusBar.border#880088
  • statusBar.debuggingBackground#08080f86
  • statusBar.debuggingForeground#08080f
  • statusBar.foreground#EEE
  • statusBar.noFolderBackground#08080f86
  • statusBar.noFolderForeground#ffffff
  • statusBarItem.activeBackground#08080f86
  • statusBarItem.hoverBackground#10192c
  • statusBarItem.prominentBackground#0b0e24
  • statusBarItem.prominentForeground#ffffff
  • statusBarItem.prominentHoverBackground#0b0e24
  • statusBarItem.remoteBackground#0b0e24
  • statusBarItem.remoteForeground#ffffff
  • tab.activeBackground#08080f
  • tab.activeBorder#880088
  • tab.activeForeground#ffffff
  • tab.activeModifiedBorder#880088
  • tab.border#241b2f00
  • tab.inactiveBackground#08080fb2
  • tab.inactiveForeground#AAA
  • tab.inactiveModifiedBorder#3399cc80
  • terminal.ansiBlack#111111
  • terminal.ansiBlue#bbdaff
  • terminal.ansiBrightBlack#333333
  • terminal.ansiBrightBlue#80baff
  • terminal.ansiBrightCyan#78ffff
  • terminal.ansiBrightGreen#3affc4
  • terminal.ansiBrightMagenta#d778ff
  • terminal.ansiBrightRed#ff7882
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffe580
  • terminal.ansiCyan#99ffff
  • terminal.ansiGreen#d1f1a9
  • terminal.ansiMagenta#ebbbff
  • terminal.ansiRed#ff9da4
  • terminal.ansiWhite#cccccc
  • terminal.ansiYellow#ffeead
  • terminal.background#08080f
  • terminal.border#ec00ff
  • terminal.foreground#ec00ff
  • terminal.selectionBackground#ffffff40
  • titleBar.activeBackground#010511d7
  • tree.indentGuidesStroke#8b8b8b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.comment#676f7d
string, string.template#e9c581
constant.numeric#ec00ff
string.embedded.begin, string.embedded.end, punctuation.definition.template-expression, punctuation.section.embedded#ec00ff
meta.template.expression#F8F8F2
punctuation.section.embedded.begin.js, punctuation.section.embedded.end.js, source.elixir.embedded, punctuation.separator, punctuation.accessor, meta.brace#abb2bf
constant.language#23b1f3
constant.character, constant.other#23b1f3
variable.language#fd505e
keyword, keyword.operator.logical, keyword.operator.constructor#fd505e
keyword.operator#fd505e
storage#fd505e
storage.type#23b1f3
entity.name.class, entity.name.module, entity.name.type, storage.identifier, support.class, entity.name.type, meta.attribute.class.html#23b1f3
variable.other.object, variable.other.readwrite.class, variable.other.readwrite.instance, variable.readwrite, variable.readwrite.other.block#23b1f3
variable.other, variable.other.property, variable.other.block#eee
variable.global#fd505e
variable.other.global#fd505e
entity.other.inherited-class#68e46eitalic
storage.modifier.import, storage.modifier.package#23b1f3
entity.name.function, support.function#68e46e
variable.parameter, entity.name.variable.parameter, parameter.variable#FD971Fitalic
entity.name.function-call#abb2bf
function.support.builtin, function.support.core#68e46e
entity.name.tag, entity.name.tag.class.js#fd505e
entity.name.tag.class, entity.name.tag.id#23b1f3
entity.other.attribute-name#68e46e
support.constant#fd505e
support.variable#23b1f3
support.type#66D9EFitalic
support.module#fd505e
support.function#68e46e
support.dictionary.json#23b1f3
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#abb2bf
entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-class.scss, entity.other.attribute-name.pseudo-class.less, entity.other.attribute-name.pseudo-class.sass, entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-element.scss, entity.other.attribute-name.pseudo-element.less, entity.other.attribute-name.pseudo-element.sass#23b1f3
support.constant.css, support.constant.scss, support.constant.less, support.constant.sass#68e46e
variable.css, variable.scss, variable.less, variable.sass#23b1f3
variable.css.string, variable.scss.string, variable.less.string, variable.sass.string#e5c07b
unit.css, unit.scss, unit.less, unit.sass#2a0036
function.css, function.scss, function.less, function.sass#23b1f3
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0
support.type.property-name.json#23b1f3
string.detected-link#23b1f3
meta.diff, meta.diff.header#75715E
markup.deleted#fd505e
markup.inserted#98c379
markup.changed#e5c07b
constant.numeric.line-number.find-in-files - match#56b6c2A0
entity.name.filename.find-in-files#e5c07b
markup.italic, markup.italic.markdownitalic
punctuation.definition.italic.markdown, punctuation.definition.bold.markdown, punctuation.definition.heading.markdown#676f7d
punctuation.definition.italic.markdownitalic
markup.underline.link.markdown#23b1f3
markup.bold.markdownbold
markup.heading.markdown#fd505ebold
markup.quote.markdown#98c379
meta.separator.markdown#ec00ffbold
markup.raw.inline.markdown, markup.raw.block.markdown#23b1f3
punctuation.definition.list_item.markdown#ffffffbold
token.info-token#23b1f3
token.warn-token#cd9731
token.error-token#f44747
token.debug-token#b267e6

Shiki preview

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

Loading...

Abyski by jamiesmiths - VS Code Theme