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#605a68
  • activityBar.foreground#ffffff
  • activityBarBadge.background#fc814a
  • activityBarBadge.foreground#ffffff
  • badge.background#fc814a
  • badge.foreground#ffffff
  • button.background#7c617c
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#605a68
  • editor.background#ffffff
  • editor.foreground#605a68
  • editor.hoverHighlightBackground#fc814a22
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#fc814a33
  • editor.wordHighlightBackground#77777722
  • editor.wordHighlightStrongBackground#7c617c22
  • editorBracketMatch.background#fc814a44
  • editorBracketMatch.border#7c617c
  • 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#fc814a
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#7c617c55
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#605a68
  • editorSuggestWidget.highlightForeground#fc814a
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#fc814a
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#fda47c
  • focusBorder#fc814a
  • foreground#605a68
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#fc814a
  • input.background#ffffff
  • input.border#999999
  • input.foreground#605a68
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#7c617c
  • list.activeSelectionBackground#7c617c
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#fc814a
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#605a68
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#fc814a
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#fc814a
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#7c617c55
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#6d6676
  • peekViewResult.lineForeground#a09aa8
  • peekViewResult.matchHighlightBackground#7c617c55
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#6d6676
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#585360
  • peekViewTitleLabel.foreground#605a68
  • progressBar.background#777777
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#fc814aaa
  • scrollbarSlider.background#605a6835
  • scrollbarSlider.hoverBackground#fc814a55
  • sideBar.background#f2f2f2
  • sideBar.foreground#605a68
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#605a68
  • statusBar.background#fc814a
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#7c617c
  • tab.activeForeground#605a68
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#c6c3cb
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#777777
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#aaaaaa
  • terminal.ansiBrightCyan#aaaaaa
  • terminal.ansiBrightGreen#fec7ae
  • terminal.ansiBrightMagenta#fec7ae
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#938c9c
  • terminal.ansiBrightYellow#ad96ad
  • terminal.ansiCyan#777777
  • terminal.ansiGreen#fc814a
  • terminal.ansiMagenta#fc814a
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#6d6676
  • terminal.ansiYellow#7c617c
  • terminal.background#ffffff
  • terminal.foreground#605a68
  • titleBar.activeBackground#e0dee3
  • titleBar.activeForeground#605a68
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#605a68
comment#d0c0e2
string#e5c71b
constant.numeric#e5c71b
constant.language#7c617c
constant.character, constant.other#7c617c
variable
keyword#fc814a
storage#7c617c
storage.type#fc814a
entity.name.class#7c617cunderline
entity.other.inherited-class#7c617c
entity.name.function#777777
variable.parameter#605a68
entity.name.tag#fc814a
entity.other.attribute-name#7c617c
support.function#777777
support.constant#7c617c
support.type, support.class#7c617c
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#e5c71b
meta.diff, meta.diff.header#d0c0e2
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#a98cca
meta.property-value, support.constant.property-value, constant.other.color#e5c71b
meta.structure.dictionary.json string.quoted.double.json#7c617c
meta.structure.dictionary.value.json string.quoted.double.json#e5c71b
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#605a68
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#fc814a
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#fc814anormal
variable.other#605a68normal
variable.parameter.function.coffee#e5c71b
entity.name.section.markdown#7c617c
punctuation.definition.heading.markdown#fc814a
markup.raw.inline.markdown#e5c71b
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#fc814a
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#fc814a
punctuation.definition.metadata.markdown#fc814a
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#fc814a
markup.bold.markdown, markup.italic.markdown#fc814a
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#605a68

Shiki preview

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

Loading...