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#b3cc57
  • activityBarBadge.foreground#ffffff
  • badge.background#b3cc57
  • badge.foreground#ffffff
  • button.background#ef746f
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#444444
  • editor.background#ffffff
  • editor.foreground#444444
  • editor.hoverHighlightBackground#b3cc5722
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#b3cc5733
  • editor.wordHighlightBackground#ffbe4022
  • editor.wordHighlightStrongBackground#ef746f22
  • editorBracketMatch.background#b3cc5744
  • editorBracketMatch.border#ef746f
  • 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#b3cc57
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#ef746f55
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#444444
  • editorSuggestWidget.highlightForeground#b3cc57
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#b3cc57
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#c5d87e
  • focusBorder#b3cc57
  • foreground#444444
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#b3cc57
  • input.background#ffffff
  • input.border#999999
  • input.foreground#444444
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#ef746f
  • list.activeSelectionBackground#ef746f
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#b3cc57
  • 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#b3cc57
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#b3cc57
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#ef746f55
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#515151
  • peekViewResult.lineForeground#848484
  • peekViewResult.matchHighlightBackground#ef746f55
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#515151
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#3c3c3c
  • peekViewTitleLabel.foreground#444444
  • progressBar.background#ffbe40
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#b3cc57aa
  • scrollbarSlider.background#44444435
  • scrollbarSlider.hoverBackground#b3cc5755
  • sideBar.background#f2f2f2
  • sideBar.foreground#444444
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#444444
  • statusBar.background#b3cc57
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ef746f
  • tab.activeForeground#444444
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#aaaaaa
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#ffbe40
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#ffe1a6
  • terminal.ansiBrightCyan#fcc0b2
  • terminal.ansiBrightGreen#d6e4a5
  • terminal.ansiBrightMagenta#8dd3dd
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#777777
  • terminal.ansiBrightYellow#f9cdcb
  • terminal.ansiCyan#f86f50
  • terminal.ansiGreen#b3cc57
  • terminal.ansiMagenta#3fb4c5
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#515151
  • terminal.ansiYellow#ef746f
  • 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#c78feb
constant.numeric#c78feb
constant.language#ef746f
constant.character, constant.other#ef746f
variable
keyword#3fb4c5
storage#ef746f
storage.type#b3cc57
entity.name.class#ef746funderline
entity.other.inherited-class#ef746f
entity.name.function#ffbe40
variable.parameter#777777
entity.name.tag#b3cc57
entity.other.attribute-name#ef746f
support.function#f86f50
support.constant#ef746f
support.type, support.class#ef746f
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#c78feb
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#c78feb
meta.structure.dictionary.json string.quoted.double.json#ef746f
meta.structure.dictionary.value.json string.quoted.double.json#c78feb
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#b3cc57
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#b3cc57normal
variable.other#777777normal
variable.parameter.function.coffee#c78feb
entity.name.section.markdown#ef746f
punctuation.definition.heading.markdown#3fb4c5
markup.raw.inline.markdown#c78feb
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#3fb4c5
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#3fb4c5
punctuation.definition.metadata.markdown#3fb4c5
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#b3cc57
markup.bold.markdown, markup.italic.markdown#b3cc57
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...