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#111111
  • activityBar.foreground#f8f8f2
  • badge.background#45085c
  • badge.foreground#f5f5f5
  • button.background#2b0439d1
  • button.foreground#F5F5F5
  • debugToolBar.background#1e1f1c
  • diffEditor.insertedTextBackground#4b661680
  • diffEditor.removedTextBackground#90274A70
  • dropdown.background#111111
  • dropdown.listBackground#111111
  • editor.background#111111
  • editor.foreground#f5f5f5
  • editor.lineHighlightBackground#1d1d1d
  • editor.selectionBackground#878b9180
  • editor.selectionHighlightBackground#575b6180
  • editor.wordHighlightBackground#4a4a7680
  • editor.wordHighlightStrongBackground#6a6a9680
  • editorCursor.foreground#f8f8f0
  • editorGroup.border#34352f
  • editorGroup.dropBackground#1d1d1d
  • editorGroupHeader.tabsBackground#111111
  • editorHoverWidget.background#111111
  • editorHoverWidget.border#1d1d1d
  • editorIndentGuide.activeBackground#7a7a7a
  • editorIndentGuide.background#2f2f2f
  • editorLineNumber.activeForeground#ffffff
  • editorLineNumber.foreground#585858
  • editorLink.activeForeground#ffb700
  • editorSuggestWidget.background#111111
  • editorSuggestWidget.border#1d1d1d
  • editorSuggestWidget.focusHighlightForeground#ffffff
  • editorSuggestWidget.foreground#f5f5f5b4
  • editorSuggestWidget.selectedBackground#1d1d1d
  • editorWhitespace.foreground#3B3A32
  • editorWidget.background#1e1f1c
  • focusBorder#111111
  • input.background#191919
  • inputOption.activeBorder#75715E
  • inputValidation.errorBackground#a62525
  • inputValidation.errorBorder#f92626
  • inputValidation.infoBackground#546190
  • inputValidation.infoBorder#819aff
  • inputValidation.warningBackground#848528
  • inputValidation.warningBorder#e2e22e
  • keybindingLabel.background#303030
  • list.activeSelectionBackground#80808044
  • list.dropBackground#1d1d1d
  • list.focusBackground#1d1d1d
  • list.focusOutline#636363
  • list.highlightForeground#f5f5f5
  • list.hoverBackground#1d1d1d
  • list.inactiveSelectionBackground#1d1d1d
  • menu.background#111111
  • menu.foreground#cccccc
  • minimap.selectionHighlight#878b9180
  • peekView.border#75715E
  • peekViewEditor.background#111111
  • peekViewEditor.matchHighlightBackground#75715E
  • peekViewResult.background#111111
  • peekViewResult.matchHighlightBackground#75715E
  • peekViewResult.selectionBackground#1d1d1d
  • peekViewTitle.background#111111
  • pickerGroup.foreground#ffffff
  • ports.iconRunningProcessForeground#ccccc7
  • progressBar.background#111111
  • quickInput.background#111111
  • quickInput.foreground#f5f5f5b4
  • quickInputList.focusBackground#1d1d1d
  • quickInputList.focusForeground#ffffff
  • selection.background#878b9180
  • settings.checkboxBackground#252525
  • settings.checkboxBorder#303030
  • settings.dropdownBackground#1d1d1d
  • settings.focusedRowBackground#252525
  • settings.focusedRowBorder#303030
  • settings.rowHoverBackground#1d1d1d
  • sideBar.background#111111
  • sideBar.foreground#f5f5f5
  • sideBarSectionHeader.background#111111
  • sideBarTitle.foreground#f5f5f5
  • statusBar.background#111111
  • statusBar.debuggingBackground#111111
  • statusBar.debuggingForeground#cfbaf0
  • statusBar.foreground#cfbaf0
  • statusBar.noFolderBackground#111111
  • statusBarItem.remoteBackground#AC6218
  • tab.inactiveBackground#1d1d1d
  • tab.inactiveForeground#777777
  • tab.lastPinnedBorder#00d9ff96
  • terminal.ansiBlack#333333
  • terminal.ansiBlue#6A7EC8
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#819aff
  • terminal.ansiBrightCyan#66D9EF
  • terminal.ansiBrightGreen#A6E22E
  • terminal.ansiBrightMagenta#AE81FF
  • terminal.ansiBrightRed#f92672
  • terminal.ansiBrightWhite#f8f8f2
  • terminal.ansiBrightYellow#e2e22e
  • terminal.ansiCyan#56ADBC
  • terminal.ansiGreen#86B42B
  • terminal.ansiMagenta#8C6BC8
  • terminal.ansiRed#C4265E
  • terminal.ansiWhite#e3e3dd
  • terminal.ansiYellow#B3B42B
  • textLink.activeForeground#6cb9e0da
  • textLink.foreground#6cb9e0
  • titleBar.activeBackground#111111
  • titleBar.activeForeground#f5f5f5
  • titleBar.inactiveBackground#1d1d1d
  • tree.indentGuidesStroke#2f2f2f
  • widget.shadow#90dbf405

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded#ffff
comment#757575
string#E6DB74
punctuation.definition.template-expression, punctuation.section.embedded#F92672
meta.template.expression#ffffff
constant.numeric#AE81FF
constant.language#AE81FF
constant.character, constant.other#AE81FF
variable#f5f5f5
keyword#F92672
storage#F92672
storage.type#66D9EFitalic
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution#A6E22E
entity.other.inherited-class#A6E22E
entity.name.function#A6E22E
variable.parameter#FD971Fitalic
entity.name.tag#F92672
entity.other.attribute-name#A6E22E
support.function#66D9EF
support.constant#66D9EF
support.type, support.class#66D9EFitalic
support.other.variable
invalid#F44747
invalid.deprecated#F44747
meta.structure.dictionary.json string.quoted.double.json#CFCFC2
meta.diff, meta.diff.header#75715E
markup.deleted#F92672
markup.inserted#A6E22E
markup.changed#E6DB74
constant.numeric.line-number.find-in-files - match#AE81FFA0
entity.name.filename.find-in-files#E6DB74
markup.quote#F92672
markup.list#E6DB74
markup.bold, markup.italic#66D9EF
markup.inline.raw#FD971F
markup.heading#A6E22E
markup.heading.setext#A6E22Ebold
markup.heading.markdownbold
markup.quote.markdown#75715Eitalic
markup.bold.markdownbold
string.other.link.title.markdown,string.other.link.description.markdown#AE81FF
markup.underline.link.markdown,markup.underline.link.image.markdown#E6DB74
markup.italic.markdownitalic
markup.strikethroughstrikethrough
markup.list.unnumbered.markdown, markup.list.numbered.markdown#f8f8f2
punctuation.definition.list.begin.markdown#A6E22E
token.info-token#6796e6
token.warn-token#cd9731
token.error-token#f44747
token.debug-token#b267e6
variable.language#FD971F
comment, punctuation.definition.comment, comment.block, comment.line, comment.block.documentation, comment.line.double-slash, entity.other.attribute-name, entity.other.attribute-name.html, markup.italic, entity.other.attribute-name.id, entity.other.attribute-name.class.css, entity.other.attribute-name.tag.jade, entity.other.attribute-name.class.jade, entity.other.attribute-name.id.jade, keyword.control, storage, emphasis, variable.languageitalic
Darksel by rxtsel - VS Code Theme