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#323130
  • activityBar.foreground#c0d5c1
  • activityBarBadge.background#f5c504
  • activityBarBadge.foreground#ffffff
  • badge.background#f5c504
  • badge.foreground#ffffff
  • button.background#569e16
  • button.foreground#ffffff
  • dropdown.background#282726
  • dropdown.border#282726
  • dropdown.foreground#c0d5c1
  • editor.background#2d2c2b
  • editor.foreground#c0d5c1
  • editor.hoverHighlightBackground#f5c50422
  • editor.lineHighlightBackground#353432
  • editor.selectionBackground#569e1655
  • editor.wordHighlightBackground#90c93f22
  • editor.wordHighlightStrongBackground#569e1622
  • editorBracketMatch.background#f5c50444
  • editorBracketMatch.border#569e16
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#353432
  • editorGroupHeader.tabsBackground#353432
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#282726
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#474544
  • editorLineNumber.foreground#615f5d
  • editorLink.activeForeground#f5c504
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#569e1655
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#474544
  • editorSuggestWidget.foreground#c0d5c1
  • editorSuggestWidget.highlightForeground#f5c504
  • editorSuggestWidget.selectedBackground#615f5d
  • editorWhitespace.foreground#474544
  • editorWidget.background#474544
  • editorWidget.border#615f5d
  • extensionButton.prominentBackground#f5c504
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#fcd330
  • focusBorder#f5c504
  • foreground#c0d5c1
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#7b7876
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#f5c504
  • input.background#201f1f
  • input.border#545250
  • input.foreground#c0d5c1
  • input.placeholderForeground#5c5a58
  • inputOption.activeBorder#569e16
  • list.activeSelectionBackground#569e16
  • list.activeSelectionForeground#2d2c2b
  • list.focusBackground#545250
  • list.hoverBackground#353432
  • list.inactiveSelectionBackground#2d2c2b
  • notification.background#3a3937
  • notification.buttonBackground#f5c504
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#c0d5c1
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#474544
  • panel.border#615f5d
  • panelTitle.activeBorder#f5c504
  • panelTitle.inactiveForeground#888582
  • peekView.border#f5c504
  • peekViewEditor.background#232221
  • peekViewEditor.matchHighlightBackground#569e1655
  • peekViewEditorGutter.background#282726
  • peekViewResult.background#3a3937
  • peekViewResult.fileForeground#b4cdb5
  • peekViewResult.lineForeground#a1c1a3
  • peekViewResult.matchHighlightBackground#569e1655
  • peekViewResult.selectionBackground#323130
  • peekViewResult.selectionForeground#c0d5c1
  • peekViewTitle.background#282726
  • peekViewTitleDescription.foreground#b7cfb8
  • peekViewTitleLabel.foreground#c0d5c1
  • progressBar.background#90c93f
  • scrollbar.shadow#131212
  • scrollbarSlider.activeBackground#f5c504aa
  • scrollbarSlider.background#615f5daa
  • scrollbarSlider.hoverBackground#f5c50455
  • sideBar.background#3a3937
  • sideBar.foreground#c0d5c1
  • sideBarSectionHeader.background#42403f
  • sideBarSectionHeader.foreground#c0d5c1
  • statusBar.background#f5c504
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#569e16
  • tab.inactiveBackground#373635
  • tab.inactiveForeground#949290
  • terminal.ansiBlack#3a3937
  • terminal.ansiBlue#90c93f
  • terminal.ansiBrightBlack#615f5d
  • terminal.ansiBrightBlue#bedf8f
  • terminal.ansiBrightCyan#fcde63
  • terminal.ansiBrightGreen#fcde63
  • terminal.ansiBrightMagenta#bedf8f
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#fdfefd
  • terminal.ansiBrightYellow#88e337
  • terminal.ansiCyan#f5c504
  • terminal.ansiGreen#f5c504
  • terminal.ansiMagenta#90c93f
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#cfdfd0
  • terminal.ansiYellow#569e16
  • terminal.background#201f1f
  • terminal.foreground#c0d5c1
  • titleBar.activeBackground#232221

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#c0d5c1
comment#716d6a
string#ce830d
constant.numeric#f5c504
constant.language#569e16
constant.character, constant.other#569e16
variable
keyword#90c93f
storage#569e16
storage.type#f5c504
entity.name.class#569e16underline
entity.other.inherited-class#569e16
entity.name.function#90c93f
variable.parameter#c0d5c1
entity.name.tag#f5c504
entity.other.attribute-name#569e16
support.function#f5c504
support.constant#569e16
support.type, support.class#569e16
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#ce830d
meta.diff, meta.diff.header#716d6a
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#979390
meta.property-value, support.constant.property-value, constant.other.color#ce830d
meta.structure.dictionary.json string.quoted.double.json#569e16
meta.structure.dictionary.value.json string.quoted.double.json#ce830d
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#c0d5c1
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#f5c504
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#f5c504normal
variable.other#c0d5c1normal
variable.parameter.function.coffee#f5c504
entity.name.section.markdown#569e16
punctuation.definition.heading.markdown#90c93f
markup.raw.inline.markdown#ce830d
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#90c93f
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#90c93f
punctuation.definition.metadata.markdown#90c93f
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#f5c504
markup.bold.markdown, markup.italic.markdown#f5c504
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#c0d5c1

Shiki preview

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

Loading...