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#414f5c
  • activityBar.foreground#ffffff
  • activityBarBadge.background#017c9d
  • activityBarBadge.foreground#ffffff
  • badge.background#017c9d
  • badge.foreground#ffffff
  • button.background#019d76
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#414f5c
  • editor.background#ffffff
  • editor.foreground#414f5c
  • editor.hoverHighlightBackground#017c9d22
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#017c9d33
  • editor.wordHighlightBackground#15b8ae22
  • editor.wordHighlightStrongBackground#019d7622
  • editorBracketMatch.background#017c9d44
  • editorBracketMatch.border#019d76
  • 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#017c9d
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#019d7655
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#414f5c
  • editorSuggestWidget.highlightForeground#017c9d
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#017c9d
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#01a4d0
  • focusBorder#017c9d
  • foreground#414f5c
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#017c9d
  • input.background#ffffff
  • input.border#999999
  • input.foreground#414f5c
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#019d76
  • list.activeSelectionBackground#019d76
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#017c9d
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#414f5c
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#017c9d
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#017c9d
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#019d7655
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#4c5c6b
  • peekViewResult.lineForeground#7b8fa2
  • peekViewResult.matchHighlightBackground#019d7655
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#4c5c6b
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#3b4753
  • peekViewTitleLabel.foreground#414f5c
  • progressBar.background#15b8ae
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#017c9daa
  • scrollbarSlider.background#414f5c35
  • scrollbarSlider.hoverBackground#017c9d55
  • sideBar.background#f2f2f2
  • sideBar.foreground#414f5c
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#414f5c
  • statusBar.background#017c9d
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#019d76
  • tab.activeForeground#414f5c
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#a8b5c1
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#15b8ae
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#49eae0
  • terminal.ansiBrightCyan#07fdc0
  • terminal.ansiBrightGreen#07c9fd
  • terminal.ansiBrightMagenta#07c9fd
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#6c8297
  • terminal.ansiBrightYellow#07fdc0
  • terminal.ansiCyan#019d76
  • terminal.ansiGreen#017c9d
  • terminal.ansiMagenta#017c9d
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#4c5c6b
  • terminal.ansiYellow#019d76
  • terminal.background#ffffff
  • terminal.foreground#414f5c
  • titleBar.activeBackground#c6ced6
  • titleBar.activeForeground#414f5c
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#414f5c
comment#b8b6b1
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#414f5c
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#b8b6b1
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#949189
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#414f5c
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#414f5cnormal
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#414f5c

Shiki preview

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

Loading...