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#444444
  • activityBar.foreground#ffffff
  • activityBarBadge.background#6ab0a3
  • activityBarBadge.foreground#ffffff
  • badge.background#6ab0a3
  • badge.foreground#ffffff
  • button.background#8291ad
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#444444
  • editor.background#ffffff
  • editor.foreground#444444
  • editor.hoverHighlightBackground#6ab0a322
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#47959a33
  • editor.wordHighlightBackground#508aaa22
  • editor.wordHighlightStrongBackground#8291ad22
  • editorBracketMatch.background#6ab0a344
  • editorBracketMatch.border#8291ad
  • 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#6ab0a3
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#8291ad55
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#444444
  • editorSuggestWidget.highlightForeground#6ab0a3
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#6ab0a3
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#8bc2b8
  • focusBorder#6ab0a3
  • foreground#444444
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#6ab0a3
  • input.background#ffffff
  • input.border#999999
  • input.foreground#444444
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#8291ad
  • list.activeSelectionBackground#8291ad
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#6ab0a3
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#444444
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#6ab0a3
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#6ab0a3
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#8291ad55
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#515151
  • peekViewResult.lineForeground#848484
  • peekViewResult.matchHighlightBackground#8291ad55
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#515151
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#3c3c3c
  • peekViewTitleLabel.foreground#444444
  • progressBar.background#508aaa
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#6ab0a3aa
  • scrollbarSlider.background#44444435
  • scrollbarSlider.hoverBackground#6ab0a355
  • sideBar.background#f2f2f2
  • sideBar.foreground#444444
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#444444
  • statusBar.background#6ab0a3
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#8291ad
  • tab.activeForeground#444444
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#aaaaaa
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#508aaa
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#94b8cc
  • terminal.ansiBrightCyan#add3cc
  • terminal.ansiBrightGreen#add3cc
  • terminal.ansiBrightMagenta#94b8cc
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#777777
  • terminal.ansiBrightYellow#c0c7d5
  • terminal.ansiCyan#6ab0a3
  • terminal.ansiGreen#6ab0a3
  • terminal.ansiMagenta#508aaa
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#515151
  • terminal.ansiYellow#8291ad
  • terminal.background#ffffff
  • terminal.foreground#444444
  • titleBar.activeBackground#c3c3c3
  • titleBar.activeForeground#444444
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#444444
comment#aaaaaa
string#64aeb3
constant.numeric#64aeb3
constant.language#8291ad
constant.character, constant.other#8291ad
variable
keyword#508aaa
storage#8291ad
storage.type#6ab0a3
entity.name.class#8291adunderline
entity.other.inherited-class#8291ad
entity.name.function#508aaa
variable.parameter#888888
entity.name.tag#6ab0a3
entity.other.attribute-name#8291ad
support.function#6ab0a3
support.constant#8291ad
support.type, support.class#8291ad
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#64aeb3
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#64aeb3
meta.structure.dictionary.json string.quoted.double.json#8291ad
meta.structure.dictionary.value.json string.quoted.double.json#64aeb3
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#444444
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#6ab0a3
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#6ab0a3normal
variable.other#888888normal
variable.parameter.function.coffee#64aeb3
entity.name.section.markdown#8291ad
punctuation.definition.heading.markdown#508aaa
markup.raw.inline.markdown#64aeb3
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#508aaa
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#508aaa
punctuation.definition.metadata.markdown#508aaa
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#6ab0a3
markup.bold.markdown, markup.italic.markdown#6ab0a3
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#444444

Shiki preview

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

Loading...