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#111111
  • activityBar.foreground#cccccc
  • activityBarBadge.background#6f8b94
  • activityBarBadge.foreground#ffffff
  • badge.background#6f8b94
  • badge.foreground#ffffff
  • button.background#8767b7
  • button.foreground#ffffff
  • dropdown.background#c7c7c7
  • dropdown.border#c7c7c7
  • dropdown.foreground#111111
  • editor.background#cccccc
  • editor.foreground#111111
  • editor.hoverHighlightBackground#6f8b9422
  • editor.lineHighlightBackground#c4c4c4
  • editor.selectionBackground#8767b733
  • editor.wordHighlightBackground#7c966922
  • editor.wordHighlightStrongBackground#8767b722
  • editorBracketMatch.background#6f8b9444
  • editorBracketMatch.border#8767b7
  • editorCursor.foreground#222222
  • editorGroup.background#c4c4c4
  • editorGroupHeader.tabsBackground#c4c4c4
  • editorGutter.addedBackground#59a50b
  • editorGutter.background#c7c7c7
  • editorGutter.deletedBackground#a30e29
  • editorGutter.modifiedBackground#c48405
  • editorIndentGuide.background#b3b3b3
  • editorLineNumber.foreground#999999
  • editorLink.activeForeground#6f8b94
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#8767b755
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#b3b3b3
  • editorSuggestWidget.foreground#111111
  • editorSuggestWidget.highlightForeground#6f8b94
  • editorSuggestWidget.selectedBackground#a6a6a6
  • editorWhitespace.foreground#b3b3b3
  • editorWidget.background#bfbfbf
  • editorWidget.border#999999
  • extensionButton.prominentBackground#6f8b94
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#8ca3aa
  • focusBorder#6f8b94
  • foreground#111111
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#737373
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#6f8b94
  • input.background#cccccc
  • input.border#666666
  • input.foreground#111111
  • input.placeholderForeground#999999
  • inputOption.activeBorder#8767b7
  • list.activeSelectionBackground#8767b7
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#a6a6a6
  • list.hoverBackground#d4d4d4
  • list.inactiveSelectionBackground#cccccc
  • notification.background#a6a6a6
  • notification.buttonBackground#6f8b94
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#111111
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#c2c2c2
  • panel.border#adadad
  • panelTitle.activeBorder#6f8b94
  • panelTitle.activeForeground#404040
  • panelTitle.inactiveForeground#8c8c8c
  • peekView.border#6f8b94
  • peekViewEditor.background#c7c7c7
  • peekViewEditor.matchHighlightBackground#8767b755
  • peekViewEditorGutter.background#bdbdbd
  • peekViewResult.background#bfbfbf
  • peekViewResult.fileForeground#1e1e1e
  • peekViewResult.lineForeground#515151
  • peekViewResult.matchHighlightBackground#8767b755
  • peekViewResult.selectionBackground#d1d1d1
  • peekViewResult.selectionForeground#1e1e1e
  • peekViewTitle.background#c7c7c7
  • peekViewTitleDescription.foreground#090909
  • peekViewTitleLabel.foreground#111111
  • progressBar.background#7c9669
  • scrollbar.shadow#666666
  • scrollbarSlider.activeBackground#6f8b94aa
  • scrollbarSlider.background#11111135
  • scrollbarSlider.hoverBackground#6f8b9455
  • sideBar.background#bfbfbf
  • sideBar.foreground#111111
  • sideBarSectionHeader.background#a6a6a6
  • sideBarSectionHeader.foreground#111111
  • statusBar.background#6f8b94
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#8767b7
  • tab.activeForeground#111111
  • tab.border#adadad
  • tab.inactiveBackground#c2c2c2
  • tab.inactiveForeground#777777
  • terminal.ansiBlack#d9d9d9
  • terminal.ansiBlue#7c9669
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#b0c0a5
  • terminal.ansiBrightCyan#beacd8
  • terminal.ansiBrightGreen#aababf
  • terminal.ansiBrightMagenta#aababf
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#444444
  • terminal.ansiBrightYellow#beacd8
  • terminal.ansiCyan#8767b7
  • terminal.ansiGreen#6f8b94
  • terminal.ansiMagenta#6f8b94
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#1e1e1e
  • terminal.ansiYellow#8767b7
  • terminal.background#cccccc
  • terminal.foreground#111111
  • titleBar.activeBackground#909090
  • titleBar.activeForeground#111111
  • widget.shadow#99999955

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#111111
comment#6b8eaf
string#7c9669
constant.numeric#7c9669
constant.language#8767b7
constant.character, constant.other#8767b7
variable
keyword#6f8b94
storage#8767b7
storage.type#6f8b94
entity.name.class#8767b7underline
entity.other.inherited-class#8767b7
entity.name.function#7c9669
variable.parameter#111111
entity.name.tag#6f8b94
entity.other.attribute-name#8767b7
support.function#8767b7
support.constant#8767b7
support.type, support.class#8767b7
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#7c9669
meta.diff, meta.diff.header#6b8eaf
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#486885
meta.property-value, support.constant.property-value, constant.other.color#7c9669
meta.structure.dictionary.json string.quoted.double.json#8767b7
meta.structure.dictionary.value.json string.quoted.double.json#7c9669
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#111111
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#6f8b94
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#6f8b94normal
variable.other#111111normal
variable.parameter.function.coffee#7c9669
entity.name.section.markdown#8767b7
punctuation.definition.heading.markdown#6f8b94
markup.raw.inline.markdown#7c9669
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#6f8b94
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#6f8b94
punctuation.definition.metadata.markdown#6f8b94
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#6f8b94
markup.bold.markdown, markup.italic.markdown#6f8b94
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#111111

Shiki preview

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

Loading...