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#ffc48c
  • activityBarBadge.foreground#77593d
  • badge.background#ffc48c
  • badge.foreground#77593d
  • button.background#fc6b0a
  • button.foreground#77593d
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#444444
  • editor.background#ffffff
  • editor.foreground#444444
  • editor.hoverHighlightBackground#ffc48c22
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#fc580c33
  • editor.wordHighlightBackground#fc580c22
  • editor.wordHighlightStrongBackground#fc6b0a22
  • editorBracketMatch.background#ffc48c44
  • editorBracketMatch.border#fc6b0a
  • 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#ffc48c
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#fc6b0a55
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#444444
  • editorSuggestWidget.highlightForeground#ffc48c
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#ffc48c
  • extensionButton.prominentForeground#77593d
  • extensionButton.prominentHoverBackground#ffdebf
  • focusBorder#ffc48c
  • foreground#444444
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#ffc48c
  • input.background#ffffff
  • input.border#999999
  • input.foreground#444444
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#fc6b0a
  • list.activeSelectionBackground#fc6b0a
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#ffc48c
  • notification.buttonForeground#77593d
  • 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#ffc48c
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#ffc48c
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#fc6b0a55
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#515151
  • peekViewResult.lineForeground#848484
  • peekViewResult.matchHighlightBackground#fc6b0a55
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#515151
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#3c3c3c
  • peekViewTitleLabel.foreground#444444
  • progressBar.background#fc580c
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#ffc48caa
  • scrollbarSlider.background#44444435
  • scrollbarSlider.hoverBackground#ffc48c55
  • sideBar.background#f2f2f2
  • sideBar.foreground#444444
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#444444
  • statusBar.background#ffc48c
  • statusBar.foreground#77593d
  • statusBar.noFolderBackground#fc6b0a
  • tab.activeForeground#444444
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#aaaaaa
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#fc580c
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#fd9d71
  • terminal.ansiBrightCyan#fff8f2
  • terminal.ansiBrightGreen#fff8f2
  • terminal.ansiBrightMagenta#ffd28d
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#777777
  • terminal.ansiBrightYellow#fda86f
  • terminal.ansiCyan#ffc48c
  • terminal.ansiGreen#ffc48c
  • terminal.ansiMagenta#ffa927
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#515151
  • terminal.ansiYellow#fc6b0a
  • 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#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#444444
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#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#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#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#ffc48c
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#ffc48cnormal
variable.other#444444normal
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#444444

Shiki preview

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

Loading...