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#100f0f
  • activityBar.foreground#dedede
  • activityBarBadge.background#ffbb29
  • activityBarBadge.foreground#ffffff
  • badge.background#ffbb29
  • badge.foreground#ffffff
  • button.background#f03113
  • button.foreground#ffffff
  • dropdown.background#060505
  • dropdown.border#060505
  • dropdown.foreground#dedede
  • editor.background#0b0a0a
  • editor.foreground#dedede
  • editor.hoverHighlightBackground#ffbb2922
  • editor.lineHighlightBackground#131111
  • editor.selectionBackground#f0311355
  • editor.wordHighlightBackground#f0311322
  • editor.wordHighlightStrongBackground#f0311322
  • editorBracketMatch.background#ffbb2944
  • editorBracketMatch.border#f03113
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#131111
  • editorGroupHeader.tabsBackground#131111
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#060505
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#262222
  • editorLineNumber.foreground#403b3b
  • editorLink.activeForeground#ffbb29
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#f0311355
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#262222
  • editorSuggestWidget.foreground#dedede
  • editorSuggestWidget.highlightForeground#ffbb29
  • editorSuggestWidget.selectedBackground#403b3b
  • editorWhitespace.foreground#262222
  • editorWidget.background#262222
  • editorWidget.border#403b3b
  • extensionButton.prominentBackground#ffbb29
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#ffcb5c
  • focusBorder#ffbb29
  • foreground#dedede
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#5b5353
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#ffbb29
  • input.background#000000
  • input.border#332e2e
  • input.foreground#dedede
  • input.placeholderForeground#3b3636
  • inputOption.activeBorder#f03113
  • list.activeSelectionBackground#f03113
  • list.activeSelectionForeground#0b0a0a
  • list.focusBackground#332e2e
  • list.hoverBackground#131111
  • list.inactiveSelectionBackground#0b0a0a
  • notification.background#181616
  • notification.buttonBackground#ffbb29
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#dedede
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#262222
  • panel.border#403b3b
  • panelTitle.activeBorder#ffbb29
  • panelTitle.inactiveForeground#685f5f
  • peekView.border#ffbb29
  • peekViewEditor.background#000000
  • peekViewEditor.matchHighlightBackground#f0311355
  • peekViewEditorGutter.background#060505
  • peekViewResult.background#181616
  • peekViewResult.fileForeground#d4d4d4
  • peekViewResult.lineForeground#c4c4c4
  • peekViewResult.matchHighlightBackground#f0311355
  • peekViewResult.selectionBackground#100f0f
  • peekViewResult.selectionForeground#dedede
  • peekViewTitle.background#060505
  • peekViewTitleDescription.foreground#d6d6d6
  • peekViewTitleLabel.foreground#dedede
  • progressBar.background#f03113
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#ffbb29aa
  • scrollbarSlider.background#403b3baa
  • scrollbarSlider.hoverBackground#ffbb2955
  • sideBar.background#181616
  • sideBar.foreground#dedede
  • sideBarSectionHeader.background#201d1d
  • sideBarSectionHeader.foreground#dedede
  • statusBar.background#ffbb29
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#f03113
  • tab.inactiveBackground#161414
  • tab.inactiveForeground#766b6b
  • terminal.ansiBlack#181616
  • terminal.ansiBlue#f03113
  • terminal.ansiBrightBlack#403b3b
  • terminal.ansiBrightBlue#f68573
  • terminal.ansiBrightCyan#ffdb8f
  • terminal.ansiBrightGreen#ffdb8f
  • terminal.ansiBrightMagenta#dddddd
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#f68573
  • terminal.ansiCyan#ffbb29
  • terminal.ansiGreen#ffbb29
  • terminal.ansiMagenta#aaaaaa
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ebebeb
  • terminal.ansiYellow#f03113
  • terminal.background#000000
  • terminal.foreground#dedede
  • titleBar.activeBackground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#dedede
comment#615953
string#ffbb29
constant.numeric#617fa0
constant.language#f03113
constant.character, constant.other#f03113
variable
keyword#aaaaaa
storage#f03113
storage.type#ffbb29
entity.name.class#f03113underline
entity.other.inherited-class#f03113
entity.name.function#f03113
variable.parameter#dedede
entity.name.tag#ffbb29
entity.other.attribute-name#f03113
support.function#ffbb29
support.constant#f03113
support.type, support.class#f03113
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#ffbb29
meta.diff, meta.diff.header#615953
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#8a7f76
meta.property-value, support.constant.property-value, constant.other.color#ffbb29
meta.structure.dictionary.json string.quoted.double.json#f03113
meta.structure.dictionary.value.json string.quoted.double.json#ffbb29
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#dedede
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#ffbb29
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#ffbb29normal
variable.other#dededenormal
variable.parameter.function.coffee#617fa0
entity.name.section.markdown#f03113
punctuation.definition.heading.markdown#aaaaaa
markup.raw.inline.markdown#ffbb29
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#aaaaaa
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#aaaaaa
punctuation.definition.metadata.markdown#aaaaaa
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#ffbb29
markup.bold.markdown, markup.italic.markdown#ffbb29
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#dedede

Shiki preview

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

Loading...