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#33564b
  • activityBar.foreground#ffffff
  • activityBarBadge.background#e54334
  • activityBarBadge.foreground#ffffff
  • badge.background#e54334
  • badge.foreground#ffffff
  • button.background#ea983a
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#33564b
  • editor.background#ffffff
  • editor.foreground#33564b
  • editor.hoverHighlightBackground#e5433422
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#e5433433
  • editor.wordHighlightBackground#11a36122
  • editor.wordHighlightStrongBackground#ea983a22
  • editorBracketMatch.background#e5433444
  • editorBracketMatch.border#ea983a
  • editorCursor.foreground#333333
  • 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#e54334
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#ea983a55
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#33564b
  • editorSuggestWidget.highlightForeground#e54334
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#e54334
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#eb6d61
  • focusBorder#e54334
  • foreground#33564b
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#e54334
  • input.background#ffffff
  • input.border#999999
  • input.foreground#33564b
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#ea983a
  • list.activeSelectionBackground#ea983a
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#e54334
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#33564b
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#e54334
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#e54334
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#ea983a55
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#3c6659
  • peekViewResult.lineForeground#65a490
  • peekViewResult.matchHighlightBackground#ea983a55
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#3c6659
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#2d4c43
  • peekViewTitleLabel.foreground#33564b
  • progressBar.background#11a361
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#e54334aa
  • scrollbarSlider.background#33564b35
  • scrollbarSlider.hoverBackground#e5433455
  • sideBar.background#f2f2f2
  • sideBar.foreground#33564b
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#33564b
  • statusBar.background#e54334
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ea983a
  • tab.activeForeground#33564b
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#95c0b3
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#11a361
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#31e996
  • terminal.ansiBrightCyan#f4c896
  • terminal.ansiBrightGreen#f1978e
  • terminal.ansiBrightMagenta#f1978e
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#599683
  • terminal.ansiBrightYellow#f4c896
  • terminal.ansiCyan#ea983a
  • terminal.ansiGreen#e54334
  • terminal.ansiMagenta#e54334
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#3c6659
  • terminal.ansiYellow#ea983a
  • terminal.background#ffffff
  • terminal.foreground#33564b
  • titleBar.activeBackground#b5d3ca
  • titleBar.activeForeground#33564b
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#33564b
comment#497769
string#eac03a
constant.numeric#ea663a
constant.language#ea983a
constant.character, constant.other#ea983a
variable
keyword#e54334
storage#ea983a
storage.type#e54334
entity.name.class#ea983aunderline
entity.other.inherited-class#ea983a
entity.name.function#11a361
variable.parameter#1f352e
entity.name.tag#e54334
entity.other.attribute-name#ea983a
support.function#ea983a
support.constant#ea983a
support.type, support.class#ea983a
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#eac03a
meta.diff, meta.diff.header#497769
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#2c483f
meta.property-value, support.constant.property-value, constant.other.color#eac03a
meta.structure.dictionary.json string.quoted.double.json#ea983a
meta.structure.dictionary.value.json string.quoted.double.json#eac03a
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#33564b
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#e54334
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#e54334normal
variable.other#1f352enormal
variable.parameter.function.coffee#ea663a
entity.name.section.markdown#ea983a
punctuation.definition.heading.markdown#e54334
markup.raw.inline.markdown#eac03a
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#e54334
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#e54334
punctuation.definition.metadata.markdown#e54334
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#e54334
markup.bold.markdown, markup.italic.markdown#e54334
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#33564b

Shiki preview

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

Loading...