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#151a1f
  • activityBar.foreground#ffffff
  • activityBarBadge.background#017c9d
  • activityBarBadge.foreground#ffffff
  • badge.background#017c9d
  • badge.foreground#ffffff
  • button.background#019d76
  • button.foreground#ffffff
  • dropdown.background#0d1013
  • dropdown.border#0d1013
  • dropdown.foreground#ffffff
  • editor.background#111519
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#017c9d22
  • editor.lineHighlightBackground#171d22
  • editor.selectionBackground#017c9d55
  • editor.wordHighlightBackground#15b8ae22
  • editor.wordHighlightStrongBackground#019d7622
  • editorBracketMatch.background#017c9d44
  • editorBracketMatch.border#019d76
  • editorCursor.foreground#ffffff
  • editorGroup.background#171d22
  • editorGroupHeader.tabsBackground#171d22
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0d1013
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#262e37
  • editorLineNumber.foreground#3a4856
  • editorLink.activeForeground#017c9d
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#019d7655
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#262e37
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#017c9d
  • editorSuggestWidget.selectedBackground#3a4856
  • editorWhitespace.foreground#262e37
  • editorWidget.background#262e37
  • editorWidget.border#3a4856
  • extensionButton.prominentBackground#017c9d
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#01a4d0
  • focusBorder#017c9d
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#4f6174
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#017c9d
  • input.background#07080a
  • input.border#303b47
  • input.foreground#ffffff
  • input.placeholderForeground#364350
  • inputOption.activeBorder#019d76
  • list.activeSelectionBackground#019d76
  • list.activeSelectionForeground#111519
  • list.focusBackground#303b47
  • list.hoverBackground#171d22
  • list.inactiveSelectionBackground#111519
  • notification.background#1b2228
  • notification.buttonBackground#017c9d
  • 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#262e37
  • panel.border#3a4856
  • panelTitle.activeBorder#017c9d
  • panelTitle.inactiveForeground#596e83
  • peekView.border#017c9d
  • peekViewEditor.background#090b0d
  • peekViewEditor.matchHighlightBackground#019d7655
  • peekViewEditorGutter.background#0d1013
  • peekViewResult.background#1b2228
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#019d7655
  • peekViewResult.selectionBackground#151a1f
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#0d1013
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#15b8ae
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#017c9daa
  • scrollbarSlider.background#3a4856aa
  • scrollbarSlider.hoverBackground#017c9d55
  • sideBar.background#1b2228
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#222931
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#017c9d
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#019d76
  • tab.inactiveBackground#191f25
  • tab.inactiveForeground#647b92
  • terminal.ansiBlack#1b2228
  • terminal.ansiBlue#15b8ae
  • terminal.ansiBrightBlack#3a4856
  • terminal.ansiBrightBlue#49eae0
  • terminal.ansiBrightCyan#07fdc0
  • terminal.ansiBrightGreen#07c9fd
  • terminal.ansiBrightMagenta#07c9fd
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#07fdc0
  • terminal.ansiCyan#019d76
  • terminal.ansiGreen#017c9d
  • terminal.ansiMagenta#017c9d
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#019d76
  • terminal.background#07080a
  • terminal.foreground#ffffff
  • titleBar.activeBackground#090b0d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#60778c
string#15b8ae
constant.numeric#15b8ae
constant.language#019d76
constant.character, constant.other#019d76
variable
keyword#017c9d
storage#019d76
storage.type#017c9d
entity.name.class#019d76underline
entity.other.inherited-class#019d76
entity.name.function#15b8ae
variable.parameter#ffffff
entity.name.tag#017c9d
entity.other.attribute-name#019d76
support.function#019d76
support.constant#019d76
support.type, support.class#019d76
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#15b8ae
meta.diff, meta.diff.header#60778c
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#8a9daf
meta.property-value, support.constant.property-value, constant.other.color#15b8ae
meta.structure.dictionary.json string.quoted.double.json#019d76
meta.structure.dictionary.value.json string.quoted.double.json#15b8ae
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#017c9d
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#017c9dnormal
variable.other#ffffffnormal
variable.parameter.function.coffee#15b8ae
entity.name.section.markdown#019d76
punctuation.definition.heading.markdown#017c9d
markup.raw.inline.markdown#15b8ae
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#017c9d
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#017c9d
punctuation.definition.metadata.markdown#017c9d
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#017c9d
markup.bold.markdown, markup.italic.markdown#017c9d
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...