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#141814
  • activityBar.foreground#d8ebe5
  • activityBarBadge.background#26a6a6
  • activityBarBadge.foreground#ffffff
  • badge.background#26a6a6
  • badge.foreground#ffffff
  • button.background#ff5d38
  • button.foreground#ffffff
  • diffEditor.insertedTextBackground#8b8b0627
  • diffEditor.removedTextBackground#7c19083f
  • dropdown.background#0a0c0a
  • dropdown.border#0a0c0a
  • dropdown.foreground#d8ebe5
  • editor.background#0f120f
  • editor.foreground#d8ebe5
  • editor.hoverHighlightBackground#26a6a622
  • editor.lineHighlightBackground#161a16
  • editor.selectionBackground#ff5d3855
  • editor.wordHighlightBackground#bcd42a22
  • editor.wordHighlightStrongBackground#ff5d3822
  • editorBracketHighlight.foreground1#ffd700
  • editorBracketHighlight.foreground2#32cd32
  • editorBracketHighlight.foreground3#ff8c00
  • editorBracketMatch.background#26a6a644
  • editorBracketMatch.border#ff5d38
  • editorCursor.foreground#f8f8f0
  • editorGroupHeader.tabsBackground#161a16
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0a0c0a
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#262e26
  • editorLineNumber.foreground#3d4a3d
  • editorLink.activeForeground#26a6a6
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#ff5d3855
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#262e26
  • editorSuggestWidget.foreground#d8ebe5
  • editorSuggestWidget.highlightForeground#26a6a6
  • editorSuggestWidget.selectedBackground#3d4a3d
  • editorWhitespace.foreground#262e26
  • editorWidget.background#262e26
  • editorWidget.border#3d4a3d
  • extensionButton.prominentBackground#26a6a6
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#30cfcf
  • focusBorder#26a6a6
  • foreground#d8ebe5
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#556555
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.background#030403
  • input.border#323c32
  • input.foreground#d8ebe5
  • input.placeholderForeground#394439
  • inputOption.activeBorder#ff5d38
  • list.activeSelectionBackground#ff5d38
  • list.activeSelectionForeground#0f120f
  • list.focusBackground#323c32
  • list.hoverBackground#161a16
  • list.inactiveSelectionBackground#0f120f
  • panel.background#262e26
  • panel.border#3d4a3d
  • panelTitle.activeBorder#26a6a6
  • panelTitle.inactiveForeground#607360
  • peekView.border#26a6a6
  • peekViewEditor.background#060706
  • peekViewEditor.matchHighlightBackground#ff5d3855
  • peekViewEditorGutter.background#0a0c0a
  • peekViewResult.background#1b201b
  • peekViewResult.fileForeground#cbe4dc
  • peekViewResult.lineForeground#b6dacf
  • peekViewResult.matchHighlightBackground#ff5d3855
  • peekViewResult.selectionBackground#141814
  • peekViewResult.selectionForeground#d8ebe5
  • peekViewTitle.background#0a0c0a
  • peekViewTitleDescription.foreground#cee6de
  • peekViewTitleLabel.foreground#d8ebe5
  • progressBar.background#bcd42a
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#26a6a6aa
  • scrollbarSlider.background#3d4a3daa
  • scrollbarSlider.hoverBackground#26a6a655
  • sideBar.background#1b201b
  • sideBar.foreground#d8ebe5
  • sideBarSectionHeader.background#222822
  • sideBarSectionHeader.foreground#d8ebe5
  • statusBar.background#26a6a6
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ff5d38
  • tab.inactiveBackground#181d18
  • tab.inactiveForeground#6c816c
  • terminal.ansiBlack#1b201b
  • terminal.ansiBlue#bcd42a
  • terminal.ansiBrightBlack#3d4a3d
  • terminal.ansiBrightBlue#d7e67e
  • terminal.ansiBrightCyan#ffb09e
  • terminal.ansiBrightGreen#59d9d9
  • terminal.ansiBrightMagenta#59d9d9
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffb09e
  • terminal.ansiCyan#ff5d38
  • terminal.ansiGreen#26a6a6
  • terminal.ansiMagenta#26a6a6
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#e9f4f0
  • terminal.ansiYellow#ff5d38
  • terminal.background#030403
  • terminal.foreground#d8ebe5
  • titleBar.activeBackground#060706

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#4F6E64
string#BCD42A
constant.numeric#BCD42A
constant.language#FF5D38
constant.character, constant.other#FF5D38
variable
keyword#26A6A6
storage#FF5D38
storage.type#26A6A6
entity.name.class#FF5D38underline
entity.other.inherited-class#FF5D38
entity.name.function#BCD42A
variable.parameter#D8EBE5
entity.name.tag#26A6A6
entity.other.attribute-name#FF5D38
support.function#FF5D38
support.constant#FF5D38
support.type, support.class#FF5D38
support.other.variable
invalid#CF433E
invalid.deprecated#CF433E
meta.structure.dictionary.json string.quoted.double.json#BCD42A
meta.diff, meta.diff.header#4F6E64
markup.deleted#E61F44
markup.inserted#A6E22E
markup.changed#F7B83D
constant.numeric.line-number.find-in-files - match#8FBE00A0
entity.name.filename.find-in-files#E6DB74
keyword.other#71998C
meta.property-value, support.constant.property-value, constant.other.color#BCD42A
meta.structure.dictionary.json string.quoted.double.json#FF5D38
meta.structure.dictionary.value.json string.quoted.double.json#BCD42A
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#D8EBE5
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#26A6A6
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#26A6A6normal
variable.other#D8EBE5normal
variable.parameter.function.coffee#BCD42A
entity.name.section.markdown#FF5D38
punctuation.definition.heading.markdown#26A6A6
markup.raw.inline.markdown#BCD42A
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#26A6A6
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#26A6A6
punctuation.definition.metadata.markdown#26A6A6
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#26A6A6
markup.bold.markdown, markup.italic.markdown#26A6A6
markup.italic.markdownitalic
markup.bold.markdownbold
markup.raw.block.markdown#664E4D
markup.deleted.git_gutter#E61F44
markup.inserted.git_gutter#A7DA1E
markup.changed.git_gutter#F7B83D
meta.template.expression#D8EBE5
comment#597B6B
entity.name.type#26A6A6
keyword, keyword.other, keyword.other.new, punctuation.accessor#FF5D38
source, entity.name.type.namespace, entity.name.variable.field, entity.name.variable.local, entity.name.variable.parameter, punctuation.terminator.statement, punctuation.definition.typeparameters.begin, punctuation.definition.typeparameters.end#D8EBE5
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6
punctuation.separator.period#FF5D38
entity.name.type.interface#81BAA2
Supergloom by Stefan Hirschmann - VS Code Theme