Skip to main content
Coding Theme

Color themes

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#171413
  • activityBar.foreground#f8f8f2
  • activityBarBadge.background#00A651
  • activityBarBadge.foreground#ffffff
  • badge.background#00A651
  • badge.foreground#ffffff
  • button.background#f23a3a
  • button.foreground#ffffff
  • dropdown.background#0b0a09
  • dropdown.border#0b0a09
  • dropdown.foreground#f8f8f2
  • editor.background#110f0e
  • editor.foreground#f8f8f2
  • editor.hoverHighlightBackground#00A65122
  • editor.lineHighlightBackground#191615
  • editor.selectionBackground#00A65155
  • editor.wordHighlightBackground#f8bb3922
  • editor.wordHighlightStrongBackground#f23a3a22
  • editorBracketMatch.background#00A65144
  • editorBracketMatch.border#f23a3a
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#191615
  • editorGroupHeader.tabsBackground#191615
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0b0a09
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#2d2825
  • editorLineNumber.foreground#49403c
  • editorLink.activeForeground#00A651
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#f23a3a55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#2d2825
  • editorSuggestWidget.foreground#f8f8f2
  • editorSuggestWidget.highlightForeground#00A651
  • editorSuggestWidget.selectedBackground#49403c
  • editorWhitespace.foreground#2d2825
  • editorWidget.background#2d2825
  • editorWidget.border#49403c
  • extensionButton.prominentBackground#00A651
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#4cd497
  • focusBorder#00A651
  • foreground#f8f8f2
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#655953
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#00A651
  • input.background#030302
  • input.border#3b3431
  • input.foreground#f8f8f2
  • input.placeholderForeground#433b37
  • inputOption.activeBorder#f23a3a
  • list.activeSelectionBackground#f23a3a
  • list.activeSelectionForeground#110f0e
  • list.focusBackground#3b3431
  • list.hoverBackground#191615
  • list.inactiveSelectionBackground#110f0e
  • notification.background#1f1b19
  • notification.buttonBackground#00A651
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#f8f8f2
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#2d2825
  • panel.border#49403c
  • panelTitle.activeBorder#00A651
  • panelTitle.inactiveForeground#73655f
  • peekView.border#00A651
  • peekViewEditor.background#060505
  • peekViewEditor.matchHighlightBackground#f23a3a55
  • peekViewEditorGutter.background#0b0a09
  • peekViewResult.background#1f1b19
  • peekViewResult.fileForeground#f1f1e5
  • peekViewResult.lineForeground#e6e6d1
  • peekViewResult.matchHighlightBackground#f23a3a55
  • peekViewResult.selectionBackground#171413
  • peekViewResult.selectionForeground#f8f8f2
  • peekViewTitle.background#0b0a09
  • peekViewTitleDescription.foreground#f3f3e8
  • peekViewTitleLabel.foreground#f8f8f2
  • progressBar.background#f8bb39
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#00A651aa
  • scrollbarSlider.background#49403caa
  • scrollbarSlider.hoverBackground#00A65155
  • sideBar.background#1f1b19
  • sideBar.foreground#f8f8f2
  • sideBarSectionHeader.background#272320
  • sideBarSectionHeader.foreground#f8f8f2
  • statusBar.background#00A651
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#f23a3a
  • tab.inactiveBackground#1c1917
  • tab.inactiveForeground#81726a
  • terminal.ansiBlack#1f1b19
  • terminal.ansiBlue#f8bb39
  • terminal.ansiBrightBlack#49403c
  • terminal.ansiBrightBlue#fbdd9b
  • terminal.ansiBrightCyan#75deaf
  • terminal.ansiBrightGreen#75deaf
  • terminal.ansiBrightMagenta#fec2a1
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#f89a9a
  • terminal.ansiCyan#00A651
  • terminal.ansiGreen#00A651
  • terminal.ansiMagenta#fc803d
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#f23a3a
  • terminal.background#030302
  • terminal.foreground#f8f8f2
  • titleBar.activeBackground#060505

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
—#f8f8f2—
comment#7a7267—
string#f8bb39—
constant.numeric#00A651—
constant.language#f23a3a—
constant.character, constant.other#f23a3a—
variable—
keyword#fc803d—
storage#f23a3a
storage.type#00A651
entity.name.class#f23a3aunderline
entity.other.inherited-class#f23a3a
entity.name.function#f8bb39
variable.parameter#f8f8f2
entity.name.tag#00A651
entity.other.attribute-name#f23a3a
support.function#00A651
support.constant#f23a3a
support.type, support.class#f23a3a
support.other.variable—
invalid#cf433e
invalid.deprecated#cf433e—
meta.structure.dictionary.json string.quoted.double.json#f8bb39—
meta.diff, meta.diff.header#7a7267—
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#a0988e—
meta.property-value, support.constant.property-value, constant.other.color#f8bb39—
meta.structure.dictionary.json string.quoted.double.json#f23a3a—
meta.structure.dictionary.value.json string.quoted.double.json#f8bb39—
meta.property-name support.type.property-name—normal
meta.property-value punctuation.separator.key-value#f8f8f2—
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#00A651—
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#00A651normal
variable.other#f8f8f2normal
variable.parameter.function.coffee#00A651
entity.name.section.markdown#f23a3a—
punctuation.definition.heading.markdown#fc803d—
markup.raw.inline.markdown#f8bb39—
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#fc803d—
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#fc803d—
punctuation.definition.metadata.markdown#fc803d—
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#00A651
markup.bold.markdown, markup.italic.markdown#00A651—
markup.italic.markdown—italic
markup.bold.markdown—bold
markup.raw.block.markdown#664e4d—
markup.deleted.git_gutter#e61f44—
markup.inserted.git_gutter#a7da1e—
markup.changed.git_gutter#f7b83d—
meta.template.expression#f8f8f2—