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#16191f
  • activityBar.foreground#dee3ec
  • activityBarBadge.background#26a6a6
  • activityBarBadge.foreground#ffffff
  • badge.background#26a6a6
  • badge.foreground#ffffff
  • button.background#ff5d38
  • button.foreground#ffffff
  • dropdown.background#0e0f13
  • dropdown.border#0e0f13
  • dropdown.foreground#dee3ec
  • editor.background#121419
  • editor.foreground#dee3ec
  • editor.hoverHighlightBackground#26a6a622
  • editor.lineHighlightBackground#181b22
  • editor.selectionBackground#26a6a655
  • editor.wordHighlightBackground#bcd42a22
  • editor.wordHighlightStrongBackground#ff5d3822
  • editorBracketMatch.background#26a6a644
  • editorBracketMatch.border#ff5d38
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#181b22
  • editorGroupHeader.tabsBackground#181b22
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0e0f13
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#272c37
  • editorLineNumber.foreground#3d4354
  • 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#272c37
  • editorSuggestWidget.foreground#dee3ec
  • editorSuggestWidget.highlightForeground#26a6a6
  • editorSuggestWidget.selectedBackground#3d4354
  • editorWhitespace.foreground#272c37
  • editorWidget.background#272c37
  • editorWidget.border#3d4354
  • extensionButton.prominentBackground#26a6a6
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#30cfcf
  • focusBorder#26a6a6
  • foreground#dee3ec
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#525b72
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#26a6a6
  • input.background#07080a
  • input.border#323845
  • input.foreground#dee3ec
  • input.placeholderForeground#383f4e
  • inputOption.activeBorder#ff5d38
  • list.activeSelectionBackground#ff5d38
  • list.activeSelectionForeground#121419
  • list.focusBackground#323845
  • list.hoverBackground#181b22
  • list.inactiveSelectionBackground#121419
  • notification.background#1d2028
  • 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#272c37
  • panel.border#3d4354
  • panelTitle.activeBorder#26a6a6
  • panelTitle.inactiveForeground#5d6781
  • peekView.border#26a6a6
  • peekViewEditor.background#090b0d
  • peekViewEditor.matchHighlightBackground#ff5d3855
  • peekViewEditorGutter.background#0e0f13
  • peekViewResult.background#1d2028
  • peekViewResult.fileForeground#d1d8e5
  • peekViewResult.lineForeground#bec8d9
  • peekViewResult.matchHighlightBackground#ff5d3855
  • peekViewResult.selectionBackground#16191f
  • peekViewResult.selectionForeground#dee3ec
  • peekViewTitle.background#0e0f13
  • peekViewTitleDescription.foreground#d4dbe6
  • peekViewTitleLabel.foreground#dee3ec
  • progressBar.background#bcd42a
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#26a6a6aa
  • scrollbarSlider.background#3d4354aa
  • scrollbarSlider.hoverBackground#26a6a655
  • sideBar.background#1d2028
  • sideBar.foreground#dee3ec
  • sideBarSectionHeader.background#232731
  • sideBarSectionHeader.foreground#dee3ec
  • statusBar.background#26a6a6
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ff5d38
  • tab.inactiveBackground#1b1d25
  • tab.inactiveForeground#677390
  • terminal.ansiBlack#1d2028
  • terminal.ansiBlue#bcd42a
  • terminal.ansiBrightBlack#3d4354
  • 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#07080a
  • terminal.foreground#dee3ec
  • titleBar.activeBackground#090b0d

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-namenormal
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.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#dee3ec

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...