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#131010
  • activityBar.foreground#ffffff
  • activityBarBadge.background#f2c12f
  • activityBarBadge.foreground#ffffff
  • badge.background#f2c12f
  • badge.foreground#ffffff
  • button.background#f55239
  • button.foreground#ffffff
  • dropdown.background#070606
  • dropdown.border#070606
  • dropdown.foreground#ffffff
  • editor.background#0d0b0b
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#f2c12f22
  • editor.lineHighlightBackground#151212
  • editor.selectionBackground#b5db9955
  • editor.wordHighlightBackground#8ee35022
  • editor.wordHighlightStrongBackground#f5523922
  • editorBracketMatch.background#f2c12f44
  • editorBracketMatch.border#f55239
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#151212
  • editorGroupHeader.tabsBackground#151212
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#070606
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#292222
  • editorLineNumber.foreground#443a3a
  • editorLink.activeForeground#f2c12f
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#f5523955
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#292222
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#f2c12f
  • editorSuggestWidget.selectedBackground#443a3a
  • editorWhitespace.foreground#292222
  • editorWidget.background#292222
  • editorWidget.border#443a3a
  • extensionButton.prominentBackground#f2c12f
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#f5cf5f
  • focusBorder#f2c12f
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#605151
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#f2c12f
  • input.background#000000
  • input.border#362e2e
  • input.foreground#ffffff
  • input.placeholderForeground#3f3535
  • inputOption.activeBorder#f55239
  • list.activeSelectionBackground#f55239
  • list.activeSelectionForeground#0d0b0b
  • list.focusBackground#362e2e
  • list.hoverBackground#151212
  • list.inactiveSelectionBackground#0d0b0b
  • notification.background#1b1717
  • notification.buttonBackground#f2c12f
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#ffffff
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#292222
  • panel.border#443a3a
  • panelTitle.activeBorder#f2c12f
  • panelTitle.inactiveForeground#6e5d5d
  • peekView.border#f2c12f
  • peekViewEditor.background#020202
  • peekViewEditor.matchHighlightBackground#f5523955
  • peekViewEditorGutter.background#070606
  • peekViewResult.background#1b1717
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#f5523955
  • peekViewResult.selectionBackground#131010
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#070606
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#8ee350
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#f2c12faa
  • scrollbarSlider.background#443a3aaa
  • scrollbarSlider.hoverBackground#f2c12f55
  • sideBar.background#1b1717
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#231e1e
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#f2c12f
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#f55239
  • tab.inactiveBackground#181414
  • tab.inactiveForeground#7b6868
  • terminal.ansiBlack#1b1717
  • terminal.ansiBlue#8ee350
  • terminal.ansiBrightBlack#443a3a
  • terminal.ansiBrightBlue#c7f1a8
  • terminal.ansiBrightCyan#f3d889
  • terminal.ansiBrightGreen#f8de8f
  • terminal.ansiBrightMagenta#fcab9e
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#faa79a
  • terminal.ansiCyan#eaba2c
  • terminal.ansiGreen#f2c12f
  • terminal.ansiMagenta#f8553c
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#f55239
  • terminal.background#000000
  • terminal.foreground#ffffff
  • titleBar.activeBackground#020202

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#524343
string#b5db99
constant.numeric#b5db99
constant.language#f55239
constant.character, constant.other#f55239
variable
keyword#f8553c
storage#f55239
storage.type#f2c12f
entity.name.class#f55239underline
entity.other.inherited-class#f55239
entity.name.function#8ee350
variable.parameter#ffffff
entity.name.tag#f2c12f
entity.other.attribute-name#f55239
support.function#eaba2c
support.constant#f55239
support.type, support.class#f55239
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#b5db99
meta.diff, meta.diff.header#524343
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#7c6565
meta.property-value, support.constant.property-value, constant.other.color#b5db99
meta.structure.dictionary.json string.quoted.double.json#f55239
meta.structure.dictionary.value.json string.quoted.double.json#b5db99
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#ffffff
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#f2c12f
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#f2c12fnormal
variable.other#ffffffnormal
variable.parameter.function.coffee#b5db99
entity.name.section.markdown#f55239
punctuation.definition.heading.markdown#f8553c
markup.raw.inline.markdown#b5db99
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#f8553c
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#f8553c
punctuation.definition.metadata.markdown#f8553c
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#f2c12f
markup.bold.markdown, markup.italic.markdown#f2c12f
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#ffffff

Shiki preview

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

Loading...