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#ffffff
  • activityBar.foreground#38363f
  • activityBarBadge.background#8d89a5
  • activityBarBadge.foreground#ffffff
  • badge.background#8d89a5
  • badge.foreground#ffffff
  • button.background#6aa7a7
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#38363f
  • editor.background#ffffff
  • editor.foreground#38363f
  • editor.hoverHighlightBackground#8d89a522
  • editor.lineHighlightBackground#ffffff
  • editor.selectionBackground#6aa7a755
  • editor.wordHighlightBackground#c2bed622
  • editor.wordHighlightStrongBackground#6aa7a722
  • editorBracketMatch.background#8d89a544
  • editorBracketMatch.border#6aa7a7
  • editorCursor.foreground#333333
  • editorGroup.background#ffffff
  • editorGroupHeader.tabsBackground#ffffff
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#fafafa
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#ffffff
  • editorLineNumber.foreground#ffffff
  • editorLink.activeForeground#8d89a5
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#6aa7a755
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#ffffff
  • editorSuggestWidget.foreground#38363f
  • editorSuggestWidget.highlightForeground#8d89a5
  • editorSuggestWidget.selectedBackground#ffffff
  • editorWhitespace.foreground#ffffff
  • editorWidget.background#ffffff
  • editorWidget.border#ffffff
  • extensionButton.prominentBackground#8d89a5
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#a9a6bb
  • focusBorder#8d89a5
  • foreground#38363f
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#ffffff
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#8d89a5
  • input.background#f2f2f2
  • input.border#ffffff
  • input.foreground#38363f
  • input.placeholderForeground#ffffff
  • inputOption.activeBorder#6aa7a7
  • list.activeSelectionBackground#6aa7a7
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#ffffff
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#ffffff
  • notification.buttonBackground#8d89a5
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#38363f
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#ffffff
  • panel.border#ffffff
  • panelTitle.activeBorder#8d89a5
  • panelTitle.inactiveForeground#ffffff
  • peekView.border#8d89a5
  • peekViewEditor.background#f5f5f5
  • peekViewEditor.matchHighlightBackground#6aa7a755
  • peekViewEditorGutter.background#fafafa
  • peekViewResult.background#ffffff
  • peekViewResult.fileForeground#2e2d34
  • peekViewResult.lineForeground#201e24
  • peekViewResult.matchHighlightBackground#6aa7a755
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#38363f
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#312f37
  • peekViewTitleLabel.foreground#38363f
  • progressBar.background#c2bed6
  • scrollbar.shadow#e6e6e6
  • scrollbarSlider.activeBackground#8d89a5aa
  • scrollbarSlider.background#ffffffaa
  • scrollbarSlider.hoverBackground#8d89a555
  • sideBar.background#ffffff
  • sideBar.foreground#38363f
  • sideBarSectionHeader.background#ffffff
  • sideBarSectionHeader.foreground#38363f
  • statusBar.background#8d89a5
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#6aa7a7
  • tab.inactiveBackground#ffffff
  • tab.inactiveForeground#ffffff
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#c2bed6
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#fdfdfd
  • terminal.ansiBrightCyan#aacdcd
  • terminal.ansiBrightGreen#c5c3d1
  • terminal.ansiBrightMagenta#c5c3d1
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#696576
  • terminal.ansiBrightYellow#aacdcd
  • terminal.ansiCyan#6aa7a7
  • terminal.ansiGreen#8d89a5
  • terminal.ansiMagenta#8d89a5
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#44424d
  • terminal.ansiYellow#6aa7a7
  • terminal.background#f2f2f2
  • terminal.foreground#38363f
  • titleBar.activeBackground#f5f5f5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#38363f
comment#545263
string#bc6b79
constant.numeric#bcae6b
constant.language#6aa7a7
constant.character, constant.other#6aa7a7
variable
keyword#8d89a5
storage#6aa7a7
storage.type#8d89a5
entity.name.class#6aa7a7underline
entity.other.inherited-class#6aa7a7
entity.name.function#c2bed6
variable.parameter#403e4c
entity.name.tag#8d89a5
entity.other.attribute-name#6aa7a7
support.function#6aa7a7
support.constant#6aa7a7
support.type, support.class#6aa7a7
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#bc6b79
meta.diff, meta.diff.header#545263
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#78758d
meta.property-value, support.constant.property-value, constant.other.color#bc6b79
meta.structure.dictionary.json string.quoted.double.json#6aa7a7
meta.structure.dictionary.value.json string.quoted.double.json#bc6b79
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#38363f
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#8d89a5
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#8d89a5normal
variable.other#403e4cnormal
variable.parameter.function.coffee#bcae6b
entity.name.section.markdown#6aa7a7
punctuation.definition.heading.markdown#8d89a5
markup.raw.inline.markdown#bc6b79
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#8d89a5
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#8d89a5
punctuation.definition.metadata.markdown#8d89a5
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#8d89a5
markup.bold.markdown, markup.italic.markdown#8d89a5
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#38363f

Shiki preview

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

Loading...