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#050505
  • activityBar.foreground#bababa
  • activityBarBadge.background#1cc3e8
  • activityBarBadge.foreground#ffffff
  • badge.background#1cc3e8
  • badge.foreground#ffffff
  • button.background#e8341c
  • button.foreground#ffffff
  • dropdown.background#000000
  • dropdown.border#000000
  • dropdown.foreground#bababa
  • editor.background#000000
  • editor.foreground#bababa
  • editor.hoverHighlightBackground#1cc3e822
  • editor.lineHighlightBackground#080808
  • editor.selectionBackground#ff4e5055
  • editor.wordHighlightBackground#68c24422
  • editor.wordHighlightStrongBackground#e8341c22
  • editorBracketMatch.background#1cc3e844
  • editorBracketMatch.border#e8341c
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#080808
  • editorGroupHeader.tabsBackground#080808
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#000000
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#1a1a1a
  • editorLineNumber.foreground#333333
  • editorLink.activeForeground#1cc3e8
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#e8341c55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#1a1a1a
  • editorSuggestWidget.foreground#bababa
  • editorSuggestWidget.highlightForeground#1cc3e8
  • editorSuggestWidget.selectedBackground#333333
  • editorWhitespace.foreground#1a1a1a
  • editorWidget.background#1a1a1a
  • editorWidget.border#333333
  • extensionButton.prominentBackground#1cc3e8
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#4acfed
  • focusBorder#1cc3e8
  • foreground#bababa
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#4d4d4d
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#1cc3e8
  • input.background#000000
  • input.border#262626
  • input.foreground#bababa
  • input.placeholderForeground#2e2e2e
  • inputOption.activeBorder#e8341c
  • list.activeSelectionBackground#e8341c
  • list.activeSelectionForeground#000000
  • list.focusBackground#262626
  • list.hoverBackground#080808
  • list.inactiveSelectionBackground#000000
  • notification.background#0d0d0d
  • notification.buttonBackground#1cc3e8
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#bababa
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#1a1a1a
  • panel.border#333333
  • panelTitle.activeBorder#1cc3e8
  • panelTitle.inactiveForeground#595959
  • peekView.border#1cc3e8
  • peekViewEditor.background#000000
  • peekViewEditor.matchHighlightBackground#e8341c55
  • peekViewEditorGutter.background#000000
  • peekViewResult.background#0d0d0d
  • peekViewResult.fileForeground#b0b0b0
  • peekViewResult.lineForeground#a0a0a0
  • peekViewResult.matchHighlightBackground#e8341c55
  • peekViewResult.selectionBackground#050505
  • peekViewResult.selectionForeground#bababa
  • peekViewTitle.background#000000
  • peekViewTitleDescription.foreground#b2b2b2
  • peekViewTitleLabel.foreground#bababa
  • progressBar.background#68c244
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#1cc3e8aa
  • scrollbarSlider.background#333333aa
  • scrollbarSlider.hoverBackground#1cc3e855
  • sideBar.background#0d0d0d
  • sideBar.foreground#bababa
  • sideBarSectionHeader.background#141414
  • sideBarSectionHeader.foreground#bababa
  • statusBar.background#1cc3e8
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#e8341c
  • tab.inactiveBackground#0a0a0a
  • tab.inactiveForeground#666666
  • terminal.ansiBlack#0d0d0d
  • terminal.ansiBlue#68c244
  • terminal.ansiBrightBlack#333333
  • terminal.ansiBrightBlue#a6db91
  • terminal.ansiBrightCyan#c7b4e4
  • terminal.ansiBrightGreen#79dbf1
  • terminal.ansiBrightMagenta#f7bf83
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ededed
  • terminal.ansiBrightYellow#f18779
  • terminal.ansiCyan#8e69c9
  • terminal.ansiGreen#1cc3e8
  • terminal.ansiMagenta#f08d24
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#c7c7c7
  • terminal.ansiYellow#e8341c
  • terminal.background#000000
  • terminal.foreground#bababa
  • titleBar.activeBackground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#bababa
comment#494b4d
string#f2d42c
constant.numeric#8e69c9
constant.language#e8341c
constant.character, constant.other#e8341c
variable
keyword#f08d24
storage#e8341c
storage.type#1cc3e8
entity.name.class#e8341cunderline
entity.other.inherited-class#e8341c
entity.name.function#68c244
variable.parameter#bababa
entity.name.tag#1cc3e8
entity.other.attribute-name#e8341c
support.function#8e69c9
support.constant#e8341c
support.type, support.class#e8341c
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f2d42c
meta.diff, meta.diff.header#494b4d
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#6e7174
meta.property-value, support.constant.property-value, constant.other.color#f2d42c
meta.structure.dictionary.json string.quoted.double.json#e8341c
meta.structure.dictionary.value.json string.quoted.double.json#f2d42c
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#bababa
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#1cc3e8
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#1cc3e8normal
variable.other#bababanormal
variable.parameter.function.coffee#8e69c9
entity.name.section.markdown#e8341c
punctuation.definition.heading.markdown#f08d24
markup.raw.inline.markdown#f2d42c
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#f08d24
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#f08d24
punctuation.definition.metadata.markdown#f08d24
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#1cc3e8
markup.bold.markdown, markup.italic.markdown#1cc3e8
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#bababa
Purr by Purr - VS Code Theme