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#333130
  • activityBar.foreground#dedede
  • activityBarBadge.background#ffc48c
  • activityBarBadge.foreground#ffffff
  • badge.background#ffc48c
  • badge.foreground#ffffff
  • button.background#fc6b0a
  • button.foreground#ffffff
  • dropdown.background#292726
  • dropdown.border#292726
  • dropdown.foreground#dedede
  • editor.background#2e2c2b
  • editor.foreground#dedede
  • editor.hoverHighlightBackground#ffc48c22
  • editor.lineHighlightBackground#363432
  • editor.selectionBackground#cd724e55
  • editor.wordHighlightBackground#fc580c22
  • editor.wordHighlightStrongBackground#fc6b0a22
  • editorBracketMatch.background#ffc48c44
  • editorBracketMatch.border#fc6b0a
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#363432
  • editorGroupHeader.tabsBackground#363432
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#292726
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#484544
  • editorLineNumber.foreground#635e5c
  • editorLink.activeForeground#ffc48c
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#fc6b0a55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#484544
  • editorSuggestWidget.foreground#dedede
  • editorSuggestWidget.highlightForeground#ffc48c
  • editorSuggestWidget.selectedBackground#635e5c
  • editorWhitespace.foreground#484544
  • editorWidget.background#484544
  • editorWidget.border#635e5c
  • extensionButton.prominentBackground#ffc48c
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#ffdebf
  • focusBorder#ffc48c
  • foreground#dedede
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#7d7875
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#ffc48c
  • input.background#211f1f
  • input.border#565250
  • input.foreground#dedede
  • input.placeholderForeground#5d5957
  • inputOption.activeBorder#fc6b0a
  • list.activeSelectionBackground#fc6b0a
  • list.activeSelectionForeground#2e2c2b
  • list.focusBackground#565250
  • list.hoverBackground#363432
  • list.inactiveSelectionBackground#2e2c2b
  • notification.background#3b3937
  • notification.buttonBackground#ffc48c
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#dedede
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#484544
  • panel.border#635e5c
  • panelTitle.activeBorder#ffc48c
  • panelTitle.inactiveForeground#8a8482
  • peekView.border#ffc48c
  • peekViewEditor.background#232221
  • peekViewEditor.matchHighlightBackground#fc6b0a55
  • peekViewEditorGutter.background#292726
  • peekViewResult.background#3b3937
  • peekViewResult.fileForeground#d4d4d4
  • peekViewResult.lineForeground#c4c4c4
  • peekViewResult.matchHighlightBackground#fc6b0a55
  • peekViewResult.selectionBackground#333130
  • peekViewResult.selectionForeground#dedede
  • peekViewTitle.background#292726
  • peekViewTitleDescription.foreground#d6d6d6
  • peekViewTitleLabel.foreground#dedede
  • progressBar.background#fc580c
  • scrollbar.shadow#141312
  • scrollbarSlider.activeBackground#ffc48caa
  • scrollbarSlider.background#635e5caa
  • scrollbarSlider.hoverBackground#ffc48c55
  • sideBar.background#3b3937
  • sideBar.foreground#dedede
  • sideBarSectionHeader.background#43403f
  • sideBarSectionHeader.foreground#dedede
  • statusBar.background#ffc48c
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#fc6b0a
  • tab.inactiveBackground#393635
  • tab.inactiveForeground#96918f
  • terminal.ansiBlack#3b3937
  • terminal.ansiBlue#fc580c
  • terminal.ansiBrightBlack#635e5c
  • terminal.ansiBrightBlue#fd9d71
  • terminal.ansiBrightCyan#fff8f2
  • terminal.ansiBrightGreen#fff8f2
  • terminal.ansiBrightMagenta#ffd28d
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#fda86f
  • terminal.ansiCyan#ffc48c
  • terminal.ansiGreen#ffc48c
  • terminal.ansiMagenta#ffa927
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ebebeb
  • terminal.ansiYellow#fc6b0a
  • terminal.background#211f1f
  • terminal.foreground#dedede
  • titleBar.activeBackground#232221

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#dedede
comment#615953
string#fdca49
constant.numeric#fc580c
constant.language#fc6b0a
constant.character, constant.other#fc6b0a
variable
keyword#ffa927
storage#fc6b0a
storage.type#ffc48c
entity.name.class#fc6b0aunderline
entity.other.inherited-class#fc6b0a
entity.name.function#fc580c
variable.parameter#dedede
entity.name.tag#ffc48c
entity.other.attribute-name#fc6b0a
support.function#ffc48c
support.constant#fc6b0a
support.type, support.class#fc6b0a
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#fdca49
meta.diff, meta.diff.header#615953
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#8a7f76
meta.property-value, support.constant.property-value, constant.other.color#fdca49
meta.structure.dictionary.json string.quoted.double.json#fc6b0a
meta.structure.dictionary.value.json string.quoted.double.json#fdca49
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#dedede
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#ffc48c
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#ffc48cnormal
variable.other#dededenormal
variable.parameter.function.coffee#fc580c
entity.name.section.markdown#fc6b0a
punctuation.definition.heading.markdown#ffa927
markup.raw.inline.markdown#fdca49
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#ffa927
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#ffa927
punctuation.definition.metadata.markdown#ffa927
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#ffc48c
markup.bold.markdown, markup.italic.markdown#ffc48c
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#dedede

Shiki preview

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

Loading...