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#333333
  • activityBar.foreground#ffffff
  • activityBarBadge.background#de333c
  • activityBarBadge.foreground#ffffff
  • badge.background#de333c
  • badge.foreground#ffffff
  • button.background#2e6fd9
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#333333
  • editor.background#ffffff
  • editor.foreground#333333
  • editor.hoverHighlightBackground#de333c22
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#de333c33
  • editor.wordHighlightBackground#33333322
  • editor.wordHighlightStrongBackground#2e6fd922
  • editorBracketMatch.background#de333c44
  • editorBracketMatch.border#2e6fd9
  • 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#de333c
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#2e6fd955
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#333333
  • editorSuggestWidget.highlightForeground#de333c
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#de333c
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#e55f66
  • focusBorder#de333c
  • foreground#333333
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#de333c
  • input.background#ffffff
  • input.border#999999
  • input.foreground#333333
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#2e6fd9
  • list.activeSelectionBackground#2e6fd9
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#de333c
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#333333
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#de333c
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#de333c
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#2e6fd955
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#404040
  • peekViewResult.lineForeground#737373
  • peekViewResult.matchHighlightBackground#2e6fd955
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#404040
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#2b2b2b
  • peekViewTitleLabel.foreground#333333
  • progressBar.background#333333
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#de333caa
  • scrollbarSlider.background#33333335
  • scrollbarSlider.hoverBackground#de333c55
  • sideBar.background#f2f2f2
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#333333
  • statusBar.background#de333c
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#2e6fd9
  • tab.activeForeground#333333
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#999999
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#333333
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#666666
  • terminal.ansiBrightCyan#ec8b90
  • terminal.ansiBrightGreen#ec8b90
  • terminal.ansiBrightMagenta#dddddd
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#666666
  • terminal.ansiBrightYellow#84aae9
  • terminal.ansiCyan#de333c
  • terminal.ansiGreen#de333c
  • terminal.ansiMagenta#aaaaaa
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#404040
  • terminal.ansiYellow#2e6fd9
  • terminal.background#ffffff
  • terminal.foreground#333333
  • titleBar.activeBackground#b3b3b3
  • titleBar.activeForeground#333333
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#333333
comment#aaaaaa
string#3790de
constant.numeric#2e6fd9
constant.language#2e6fd9
constant.character, constant.other#2e6fd9
variable
keyword#aaaaaa
storage#2e6fd9
storage.type#de333c
entity.name.class#2e6fd9underline
entity.other.inherited-class#2e6fd9
entity.name.function#333333
variable.parameter#333333
entity.name.tag#de333c
entity.other.attribute-name#2e6fd9
support.function#de333c
support.constant#2e6fd9
support.type, support.class#2e6fd9
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#3790de
meta.diff, meta.diff.header#aaaaaa
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#848484
meta.property-value, support.constant.property-value, constant.other.color#3790de
meta.structure.dictionary.json string.quoted.double.json#2e6fd9
meta.structure.dictionary.value.json string.quoted.double.json#3790de
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#333333
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#de333c
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#de333cnormal
variable.other#333333normal
variable.parameter.function.coffee#2e6fd9
entity.name.section.markdown#2e6fd9
punctuation.definition.heading.markdown#aaaaaa
markup.raw.inline.markdown#3790de
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#aaaaaa
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#aaaaaa
punctuation.definition.metadata.markdown#aaaaaa
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#de333c
markup.bold.markdown, markup.italic.markdown#de333c
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#333333

Shiki preview

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

Loading...