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#2f3541
  • activityBar.foreground#dee3ec
  • activityBarBadge.background#26a6a6
  • activityBarBadge.foreground#ffffff
  • badge.background#26a6a6
  • badge.foreground#ffffff
  • button.background#ff5d38
  • button.foreground#ffffff
  • dropdown.background#272b35
  • dropdown.border#272b35
  • dropdown.foreground#dee3ec
  • editor.background#2b303b
  • editor.foreground#dee3ec
  • editor.hoverHighlightBackground#26a6a622
  • editor.lineHighlightBackground#313744
  • editor.selectionBackground#26a6a655
  • editor.wordHighlightBackground#bcd42a22
  • editor.wordHighlightStrongBackground#ff5d3822
  • editorBracketMatch.background#26a6a644
  • editorBracketMatch.border#ff5d38
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#313744
  • editorGroupHeader.tabsBackground#313744
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#272b35
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#414858
  • editorLineNumber.foreground#566076
  • 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#414858
  • editorSuggestWidget.foreground#dee3ec
  • editorSuggestWidget.highlightForeground#26a6a6
  • editorSuggestWidget.selectedBackground#566076
  • editorWhitespace.foreground#414858
  • editorWidget.background#414858
  • editorWidget.border#566076
  • extensionButton.prominentBackground#26a6a6
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#30cfcf
  • focusBorder#26a6a6
  • foreground#dee3ec
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#6c7893
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#26a6a6
  • input.background#20242c
  • input.border#4b5467
  • input.foreground#dee3ec
  • input.placeholderForeground#525b70
  • inputOption.activeBorder#ff5d38
  • list.activeSelectionBackground#ff5d38
  • list.activeSelectionForeground#2b303b
  • list.focusBackground#4b5467
  • list.hoverBackground#313744
  • list.inactiveSelectionBackground#2b303b
  • notification.background#363c4a
  • notification.buttonBackground#26a6a6
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#dee3ec
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#414858
  • panel.border#566076
  • panelTitle.activeBorder#26a6a6
  • panelTitle.inactiveForeground#7a869e
  • peekView.border#26a6a6
  • peekViewEditor.background#22262f
  • peekViewEditor.matchHighlightBackground#ff5d3855
  • peekViewEditorGutter.background#272b35
  • peekViewResult.background#363c4a
  • peekViewResult.fileForeground#d1d8e5
  • peekViewResult.lineForeground#bec8d9
  • peekViewResult.matchHighlightBackground#ff5d3855
  • peekViewResult.selectionBackground#2f3541
  • peekViewResult.selectionForeground#dee3ec
  • peekViewTitle.background#272b35
  • peekViewTitleDescription.foreground#d4dbe6
  • peekViewTitleLabel.foreground#dee3ec
  • progressBar.background#bcd42a
  • scrollbar.shadow#16181d
  • scrollbarSlider.activeBackground#26a6a6aa
  • scrollbarSlider.background#566076aa
  • scrollbarSlider.hoverBackground#26a6a655
  • sideBar.background#363c4a
  • sideBar.foreground#dee3ec
  • sideBarSectionHeader.background#3c4353
  • sideBarSectionHeader.foreground#dee3ec
  • statusBar.background#26a6a6
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ff5d38
  • tab.inactiveBackground#343a47
  • tab.inactiveForeground#8993a9
  • terminal.ansiBlack#363c4a
  • terminal.ansiBlue#bcd42a
  • terminal.ansiBrightBlack#566076
  • 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#eef1f5
  • terminal.ansiYellow#ff5d38
  • terminal.background#20242c
  • terminal.foreground#dee3ec
  • titleBar.activeBackground#22262f

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
—#dee3ec—
comment#6e7a94—
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#dee3ec
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#6e7a94—
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#9aa2b4—
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-name—normal
meta.property-value punctuation.separator.key-value#dee3ec—
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#dee3ecnormal
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.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#dee3ec—