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#050505
  • activityBar.foreground#ffffff
  • activityBarBadge.background#c4c4c4
  • activityBarBadge.foreground#000000
  • badge.background#c4c4c4
  • badge.foreground#000000
  • button.background#8c8c8c
  • button.foreground#000000
  • dropdown.background#000000
  • dropdown.border#000000
  • dropdown.foreground#ffffff
  • editor.background#000000
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#c4c4c422
  • editor.lineHighlightBackground#080808
  • editor.selectionBackground#8c8c8c55
  • editor.wordHighlightBackground#ffffff22
  • editor.wordHighlightStrongBackground#8c8c8c22
  • editorBracketMatch.background#c4c4c444
  • editorBracketMatch.border#8c8c8c
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#080808
  • editorGroupHeader.tabsBackground#080808
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#000000
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#1a1a1a
  • editorLineNumber.foreground#333333
  • editorLink.activeForeground#c4c4c4
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#8c8c8c55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#1a1a1a
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#c4c4c4
  • editorSuggestWidget.selectedBackground#333333
  • editorWhitespace.foreground#1a1a1a
  • editorWidget.background#1a1a1a
  • editorWidget.border#333333
  • extensionButton.prominentBackground#c4c4c4
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#dddddd
  • focusBorder#c4c4c4
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#4d4d4d
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#c4c4c4
  • input.background#000000
  • input.border#262626
  • input.foreground#ffffff
  • input.placeholderForeground#2e2e2e
  • inputOption.activeBorder#8c8c8c
  • list.activeSelectionBackground#8c8c8c
  • list.activeSelectionForeground#000000
  • list.focusBackground#262626
  • list.hoverBackground#080808
  • list.inactiveSelectionBackground#000000
  • notification.background#0d0d0d
  • notification.buttonBackground#c4c4c4
  • notification.buttonForeground#000000
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#ffffff
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#1a1a1a
  • panel.border#333333
  • panelTitle.activeBorder#c4c4c4
  • panelTitle.inactiveForeground#595959
  • peekView.border#c4c4c4
  • peekViewEditor.background#000000
  • peekViewEditor.matchHighlightBackground#8c8c8c55
  • peekViewEditorGutter.background#000000
  • peekViewResult.background#0d0d0d
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#8c8c8c55
  • peekViewResult.selectionBackground#050505
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#000000
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#ffffff
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#c4c4c4aa
  • scrollbarSlider.background#333333aa
  • scrollbarSlider.hoverBackground#c4c4c455
  • sideBar.background#0d0d0d
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#141414
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#c4c4c4
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#8c8c8c
  • tab.inactiveBackground#0a0a0a
  • tab.inactiveForeground#666666
  • terminal.ansiBlack#0d0d0d
  • terminal.ansiBlue#ffffff
  • terminal.ansiBrightBlack#333333
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#ffffff
  • terminal.ansiBrightGreen#f7f7f7
  • terminal.ansiBrightMagenta#ffffff
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#bfbfbf
  • terminal.ansiCyan#ffffff
  • terminal.ansiGreen#c4c4c4
  • terminal.ansiMagenta#eeeeee
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#8c8c8c
  • terminal.background#000000
  • terminal.foreground#ffffff
  • titleBar.activeBackground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#423f3d
string#ffffff
constant.numeric#b0b0b0
constant.language#8c8c8c
constant.character, constant.other#8c8c8c
variable
keyword#eeeeee
storage#8c8c8c
storage.type#c4c4c4
entity.name.class#8c8c8cunderline
entity.other.inherited-class#8c8c8c
entity.name.function#ffffff
variable.parameter#ffffff
entity.name.tag#c4c4c4
entity.other.attribute-name#8c8c8c
support.function#ffffff
support.constant#8c8c8c
support.type, support.class#8c8c8c
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#ffffff
meta.diff, meta.diff.header#423f3d
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#6a6562
meta.property-value, support.constant.property-value, constant.other.color#ffffff
meta.structure.dictionary.json string.quoted.double.json#8c8c8c
meta.structure.dictionary.value.json string.quoted.double.json#ffffff
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#c4c4c4
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#c4c4c4normal
variable.other#ffffffnormal
variable.parameter.function.coffee#b0b0b0
entity.name.section.markdown#8c8c8c
punctuation.definition.heading.markdown#eeeeee
markup.raw.inline.markdown#ffffff
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#eeeeee
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#eeeeee
punctuation.definition.metadata.markdown#eeeeee
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#c4c4c4
markup.bold.markdown, markup.italic.markdown#c4c4c4
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...