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#cccccc
  • activityBar.foreground#ffffff
  • activityBarBadge.background#bbbbbb
  • activityBarBadge.foreground#ffffff
  • badge.background#bbbbbb
  • badge.foreground#ffffff
  • button.background#dddddd
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#cccccc
  • editor.background#ffffff
  • editor.foreground#cccccc
  • editor.hoverHighlightBackground#bbbbbb22
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#ffffff33
  • editor.wordHighlightBackground#aaaaaa22
  • editor.wordHighlightStrongBackground#dddddd22
  • editorBracketMatch.background#bbbbbb44
  • editorBracketMatch.border#dddddd
  • editorCursor.foreground#222222
  • editorGroup.background#f7f7f7
  • editorGroupHeader.tabsBackground#f7f7f7
  • editorGutter.addedBackground#59a50b
  • editorGutter.background#fafafa
  • editorGutter.deletedBackground#a30e29
  • editorGutter.modifiedBackground#c48405
  • editorIndentGuide.background#e6e6e6
  • editorLineNumber.foreground#cccccc
  • editorLink.activeForeground#bbbbbb
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#dddddd55
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#cccccc
  • editorSuggestWidget.highlightForeground#bbbbbb
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#bbbbbb
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#d4d4d4
  • focusBorder#bbbbbb
  • foreground#cccccc
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#bbbbbb
  • input.background#ffffff
  • input.border#999999
  • input.foreground#cccccc
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#dddddd
  • list.activeSelectionBackground#dddddd
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#bbbbbb
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#cccccc
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#bbbbbb
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#bbbbbb
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#dddddd55
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#d9d9d9
  • peekViewResult.lineForeground#ffffff
  • peekViewResult.matchHighlightBackground#dddddd55
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#d9d9d9
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#c4c4c4
  • peekViewTitleLabel.foreground#cccccc
  • progressBar.background#aaaaaa
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#bbbbbbaa
  • scrollbarSlider.background#cccccc35
  • scrollbarSlider.hoverBackground#bbbbbb55
  • sideBar.background#f2f2f2
  • sideBar.foreground#cccccc
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#cccccc
  • statusBar.background#bbbbbb
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#dddddd
  • tab.activeForeground#cccccc
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#ffffff
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#aaaaaa
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#dddddd
  • terminal.ansiBrightCyan#eeeeee
  • terminal.ansiBrightGreen#eeeeee
  • terminal.ansiBrightMagenta#ffffff
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffffff
  • terminal.ansiCyan#bbbbbb
  • terminal.ansiGreen#bbbbbb
  • terminal.ansiMagenta#eeeeee
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#d9d9d9
  • terminal.ansiYellow#dddddd
  • terminal.background#ffffff
  • terminal.foreground#cccccc
  • titleBar.activeBackground#ffffff
  • titleBar.activeForeground#cccccc
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#cccccc
comment#dddddd
string#888888
constant.numeric#888888
constant.language#dddddd
constant.character, constant.other#dddddd
variable
keyword#eeeeee
storage#dddddd
storage.type#bbbbbb
entity.name.class#ddddddunderline
entity.other.inherited-class#dddddd
entity.name.function#aaaaaa
variable.parameter#cccccc
entity.name.tag#bbbbbb
entity.other.attribute-name#dddddd
support.function#bbbbbb
support.constant#dddddd
support.type, support.class#dddddd
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#888888
meta.diff, meta.diff.header#dddddd
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#b7b7b7
meta.property-value, support.constant.property-value, constant.other.color#888888
meta.structure.dictionary.json string.quoted.double.json#dddddd
meta.structure.dictionary.value.json string.quoted.double.json#888888
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#cccccc
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#bbbbbb
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#bbbbbbnormal
variable.other#ccccccnormal
variable.parameter.function.coffee#888888
entity.name.section.markdown#dddddd
punctuation.definition.heading.markdown#eeeeee
markup.raw.inline.markdown#888888
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#bbbbbb
markup.bold.markdown, markup.italic.markdown#bbbbbb
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#cccccc

Shiki preview

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

Loading...