Skip to main content
CodingTheme

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#17151a
  • activityBar.foreground#eaebff
  • activityBarBadge.background#fa824c
  • activityBarBadge.foreground#ffffff
  • badge.background#fa824c
  • badge.foreground#ffffff
  • button.background#ffbf69
  • button.foreground#ffffff
  • dropdown.background#0d0b0e
  • dropdown.border#0d0b0e
  • dropdown.foreground#eaebff
  • editor.background#121014
  • editor.foreground#eaebff
  • editor.hoverHighlightBackground#fa824c22
  • editor.lineHighlightBackground#1a171c
  • editor.selectionBackground#ff5d3855
  • editor.wordHighlightBackground#3c91e622
  • editor.wordHighlightStrongBackground#ffbf6922
  • editorBracketMatch.background#fa824c44
  • editorBracketMatch.border#ffbf69
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#1a171c
  • editorGroupHeader.tabsBackground#1a171c
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0d0b0e
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#2b2730
  • editorLineNumber.foreground#453d4d
  • editorLink.activeForeground#fa824c
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#ffbf6955
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#2b2730
  • editorSuggestWidget.foreground#eaebff
  • editorSuggestWidget.highlightForeground#fa824c
  • editorSuggestWidget.selectedBackground#453d4d
  • editorWhitespace.foreground#2b2730
  • editorWidget.background#2b2730
  • editorWidget.border#453d4d
  • extensionButton.prominentBackground#fa824c
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#fba57e
  • focusBorder#fa824c
  • foreground#eaebff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#5e5469
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#fa824c
  • input.background#050506
  • input.border#38323e
  • input.foreground#eaebff
  • input.placeholderForeground#403947
  • inputOption.activeBorder#ffbf69
  • list.activeSelectionBackground#ffbf69
  • list.activeSelectionForeground#121014
  • list.focusBackground#38323e
  • list.hoverBackground#1a171c
  • list.inactiveSelectionBackground#121014
  • notification.background#1f1b22
  • notification.buttonBackground#fa824c
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#eaebff
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#2b2730
  • panel.border#453d4d
  • panelTitle.activeBorder#fa824c
  • panelTitle.inactiveForeground#6b5f77
  • peekView.border#fa824c
  • peekViewEditor.background#080709
  • peekViewEditor.matchHighlightBackground#ffbf6955
  • peekViewEditorGutter.background#0d0b0e
  • peekViewResult.background#1f1b22
  • peekViewResult.fileForeground#d6d8ff
  • peekViewResult.lineForeground#b7baff
  • peekViewResult.matchHighlightBackground#ffbf6955
  • peekViewResult.selectionBackground#17151a
  • peekViewResult.selectionForeground#eaebff
  • peekViewTitle.background#0d0b0e
  • peekViewTitleDescription.foreground#dbdcff
  • peekViewTitleLabel.foreground#eaebff
  • progressBar.background#3c91e6
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#fa824caa
  • scrollbarSlider.background#453d4daa
  • scrollbarSlider.hoverBackground#fa824c55
  • sideBar.background#1f1b22
  • sideBar.foreground#eaebff
  • sideBarSectionHeader.background#26222b
  • sideBarSectionHeader.foreground#eaebff
  • statusBar.background#fa824c
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ffbf69
  • tab.inactiveBackground#1c191f
  • tab.inactiveForeground#786b85
  • terminal.ansiBlack#1f1b22
  • terminal.ansiBlue#3c91e6
  • terminal.ansiBrightBlack#453d4d
  • terminal.ansiBrightBlue#96c4f2
  • terminal.ansiBrightCyan#ffebcf
  • terminal.ansiBrightGreen#fdc7af
  • terminal.ansiBrightMagenta#fdc7af
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffebcf
  • terminal.ansiCyan#ffbf69
  • terminal.ansiGreen#fa824c
  • terminal.ansiMagenta#fa824c
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#ffbf69
  • terminal.background#050506
  • terminal.foreground#eaebff
  • titleBar.activeBackground#080709

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#eaebff
comment#3d3744
string#9fd356
constant.numeric#9fd356
constant.language#ffbf69
constant.character, constant.other#ffbf69
variable
keyword#fa824c
storage#ffbf69
storage.type#fa824c
entity.name.class#ffbf69underline
entity.other.inherited-class#ffbf69
entity.name.function#3c91e6
variable.parameter#c5c6e0
entity.name.tag#fa824c
entity.other.attribute-name#ffbf69
support.function#ffbf69
support.constant#ffbf69
support.type, support.class#ffbf69
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#9fd356
meta.diff, meta.diff.header#3d3744
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#63596e
meta.property-value, support.constant.property-value, constant.other.color#9fd356
meta.structure.dictionary.json string.quoted.double.json#ffbf69
meta.structure.dictionary.value.json string.quoted.double.json#9fd356
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#eaebff
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#fa824c
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#fa824cnormal
variable.other#c5c6e0normal
variable.parameter.function.coffee#9fd356
entity.name.section.markdown#ffbf69
punctuation.definition.heading.markdown#fa824c
markup.raw.inline.markdown#9fd356
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#fa824c
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#fa824c
punctuation.definition.metadata.markdown#fa824c
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#fa824c
markup.bold.markdown, markup.italic.markdown#fa824c
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#eaebff

Shiki preview

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

Loading...